Html Css Color HEX #B12443 Old Rose

📋 copy color: '#B12443'

red 177 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #B12443

Tints of Old Rose #B12443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

 BLUE value IS 67 (26.56% from 255) = 23.93%

R = 63.21%
G = 12.86%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B12443 (or 0xB12443) is known color: Old Rose. HEX triplet: B1, 24 and 43. RGB value is (177,36,67). Sum of RGB (Red+Green+Blue) = 177+36+67=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B12443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12443 is #4EDBBC. Grayscale: #515151. Windows color (decimal): -5168061 or 4400305. OLE color: 4400305.

HSL color Cylindrical-coordinate representation of color #B12443: hue angle of 346.81º degrees, saturation: 0.66, 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 #B12443 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 67 -
CMYK 0 0.80 0.62 0.31
HSL 346.81º 0.66% 0.42% -
HSV(B) 346.81º 0.8% 0.69% -
XYZ 19.78 11.01 6.39 -
YUV 81.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 177 36 67 0 0.80 0.62 0.31 346.81 0.66 0.42
Hex B1 24 43 0 50 3E 1F 15B 42 2A
Octal 261 44 103 0 120 76 37 533 102 52
Binary 10110001 100100 1000011 0 1010000 111110 11111 101011011 1000010 101010

Color Harmonies of #B12443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12443

Black with #B12443

Text Example


Text Example

White with #B12443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12443; }

 p { color: rgb(177,36,67); }

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

background-color css

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

 a { background-color: rgb(177,36,67); }

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

border-color css

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

 span { border-color: rgb(177,36,67); }

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