Html Css Color HEX #B03641 Old Rose

📋 copy color: '#B03641'

red 176 ◦ green 54 ◦ blue 65

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

Shades of Old Rose #B03641

Tints of Old Rose #B03641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 59.66%
G = 18.31%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B03641 (or 0xB03641) is known color: Old Rose. HEX triplet: B0, 36 and 41. RGB value is (176,54,65). Sum of RGB (Red+Green+Blue) = 176+54+65=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03641 is #4FC9BE. Grayscale: #5B5B5B. Windows color (decimal): -5228991 or 4273840. OLE color: 4273840.

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

Color convert

RGB 176 54 65 -
CMYK 0 0.69 0.63 0.31
HSL 354.59º 0.53% 0.45% -
HSV(B) 354.59º 0.69% 0.69% -
XYZ 20.18 12.25 6.3 -
YUV 91.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 176 54 65 0 0.69 0.63 0.31 354.59 0.53 0.45
Hex B0 36 41 0 45 3F 1F 163 35 2D
Octal 260 66 101 0 105 77 37 543 65 55
Binary 10110000 110110 1000001 0 1000101 111111 11111 101100011 110101 101101

Color Harmonies of #B03641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03641

Black with #B03641

Text Example


Text Example

White with #B03641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03641; }

 p { color: rgb(176,54,65); }

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

background-color css

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

 a { background-color: rgb(176,54,65); }

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

border-color css

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

 span { border-color: rgb(176,54,65); }

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