Html Css Color HEX #B03243 Old Rose

📋 copy color: '#B03243'

red 176 ◦ green 50 ◦ blue 67

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

Shades of Old Rose #B03243

Tints of Old Rose #B03243

RGB

 RED value IS 176 (69.14% from 255) = 60.07%

 GREEN value IS 50 (19.92% from 255) = 17.06%

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

R = 60.07%
G = 17.06%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B03243 (or 0xB03243) is known color: Old Rose. HEX triplet: B0, 32 and 43. RGB value is (176,50,67). Sum of RGB (Red+Green+Blue) = 176+50+67=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B03243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03243 is #4FCDBC. Grayscale: #595959. Windows color (decimal): -5230013 or 4403888. OLE color: 4403888.

HSL color Cylindrical-coordinate representation of color #B03243: hue angle of 351.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03243 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 67 -
CMYK 0 0.72 0.62 0.31
HSL 351.9º 0.56% 0.44% -
HSV(B) 351.9º 0.72% 0.69% -
XYZ 20.06 11.92 6.55 -
YUV 89.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 176 50 67 0 0.72 0.62 0.31 351.9 0.56 0.44
Hex B0 32 43 0 48 3E 1F 160 38 2C
Octal 260 62 103 0 110 76 37 540 70 54
Binary 10110000 110010 1000011 0 1001000 111110 11111 101100000 111000 101100

Color Harmonies of #B03243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03243

Black with #B03243

Text Example


Text Example

White with #B03243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03243; }

 p { color: rgb(176,50,67); }

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

background-color css

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

 a { background-color: rgb(176,50,67); }

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

border-color css

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

 span { border-color: rgb(176,50,67); }

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