Html Css Color HEX #B03942 Old Rose

📋 copy color: '#B03942'

red 176 ◦ green 57 ◦ blue 66

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

Shades of Old Rose #B03942

Tints of Old Rose #B03942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 58.86%
G = 19.06%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B03942 (or 0xB03942) is known color: Old Rose. HEX triplet: B0, 39 and 42. RGB value is (176,57,66). Sum of RGB (Red+Green+Blue) = 176+57+66=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B03942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03942 is #4FC6BD. Grayscale: #5D5D5D. Windows color (decimal): -5228222 or 4340144. OLE color: 4340144.

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

Color convert

RGB 176 57 66 -
CMYK 0 0.68 0.62 0.31
HSL 355.46º 0.51% 0.46% -
HSV(B) 355.46º 0.68% 0.69% -
XYZ 20.35 12.55 6.5 -
YUV 93.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 176 57 66 0 0.68 0.62 0.31 355.46 0.51 0.46
Hex B0 39 42 0 44 3E 1F 163 33 2E
Octal 260 71 102 0 104 76 37 543 63 56
Binary 10110000 111001 1000010 0 1000100 111110 11111 101100011 110011 101110

Color Harmonies of #B03942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03942

Black with #B03942

Text Example


Text Example

White with #B03942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03942; }

 p { color: rgb(176,57,66); }

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

background-color css

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

 a { background-color: rgb(176,57,66); }

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

border-color css

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

 span { border-color: rgb(176,57,66); }

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