Html Css Color HEX #B13353 Old Rose

📋 copy color: '#B13353'

red 177 ◦ green 51 ◦ blue 83

#B13353
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B13353

Tints of Old Rose #B13353

RGB

 RED value IS 177 (69.53% from 255) = 56.91%

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 56.91%
G = 16.4%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B13353 (or 0xB13353) is known color: Old Rose. HEX triplet: B1, 33 and 53. RGB value is (177,51,83). Sum of RGB (Red+Green+Blue) = 177+51+83=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B13353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13353 is #4ECCAC. Grayscale: #5C5C5C. Windows color (decimal): -5164205 or 5452721. OLE color: 5452721.

HSL color Cylindrical-coordinate representation of color #B13353: hue angle of 344.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13353 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 83 -
CMYK 0 0.71 0.53 0.31
HSL 344.76º 0.55% 0.45% -
HSV(B) 344.76º 0.71% 0.69% -
XYZ 20.88 12.34 9.47 -
YUV 92.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 177 51 83 0 0.71 0.53 0.31 344.76 0.55 0.45
Hex B1 33 53 0 47 35 1F 159 37 2D
Octal 261 63 123 0 107 65 37 531 67 55
Binary 10110001 110011 1010011 0 1000111 110101 11111 101011001 110111 101101

Color Harmonies of #B13353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13353

Black with #B13353

Text Example


Text Example

White with #B13353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13353; }

 p { color: rgb(177,51,83); }

 H1.HeaderClassName
 {
   color: #B13353;
 }
 .AnyTagClassName
 {
   color: #B13353;
 }
</style>

background-color css

<style>
 a { background-color: #B13353; }

 a { background-color: rgb(177,51,83); }

 div.DivClassName
 {
   background-color: #B13353;
 }
 .BgClassName
 {
   background-color: #B13353;
 }
</style>

border-color css

<style>
 span { border-color: #B13353; }

 span { border-color: rgb(177,51,83); }

 td.TdClassName
 {
   border-color: #B13353;
 }
 .TagClassName
 {
   border-color: #B13353;
 }
</style>