Html Css Color HEX #B12342 Old Rose

📋 copy color: '#B12342'

red 177 ◦ green 35 ◦ blue 66

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

Shades of Old Rose #B12342

Tints of Old Rose #B12342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 63.67%
G = 12.59%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B12342 (or 0xB12342) is known color: Old Rose. HEX triplet: B1, 23 and 42. RGB value is (177,35,66). Sum of RGB (Red+Green+Blue) = 177+35+66=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B12342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12342 is #4EDCBD. Grayscale: #515151. Windows color (decimal): -5168318 or 4334513. OLE color: 4334513.

HSL color Cylindrical-coordinate representation of color #B12342: hue angle of 346.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12342 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 66 -
CMYK 0 0.80 0.63 0.31
HSL 346.9º 0.67% 0.42% -
HSV(B) 346.9º 0.8% 0.69% -
XYZ 19.72 10.94 6.23 -
YUV 80.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 177 35 66 0 0.80 0.63 0.31 346.9 0.67 0.42
Hex B1 23 42 0 50 3F 1F 15B 43 2A
Octal 261 43 102 0 120 77 37 533 103 52
Binary 10110001 100011 1000010 0 1010000 111111 11111 101011011 1000011 101010

Color Harmonies of #B12342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12342

Black with #B12342

Text Example


Text Example

White with #B12342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12342; }

 p { color: rgb(177,35,66); }

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

background-color css

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

 a { background-color: rgb(177,35,66); }

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

border-color css

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

 span { border-color: rgb(177,35,66); }

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