Html Css Color HEX #B03640 Old Rose

📋 copy color: '#B03640'

red 176 ◦ green 54 ◦ blue 64

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

Shades of Old Rose #B03640

Tints of Old Rose #B03640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 59.86%
G = 18.37%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B03640 (or 0xB03640) is known color: Old Rose. HEX triplet: B0, 36 and 40. RGB value is (176,54,64). Sum of RGB (Red+Green+Blue) = 176+54+64=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B03640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03640 is #4FC9BF. Grayscale: #5B5B5B. Windows color (decimal): -5228992 or 4208304. OLE color: 4208304.

HSL color Cylindrical-coordinate representation of color #B03640: hue angle of 355.08º 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 #B03640 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 64 -
CMYK 0 0.69 0.64 0.31
HSL 355.08º 0.53% 0.45% -
HSV(B) 355.08º 0.69% 0.69% -
XYZ 20.15 12.24 6.15 -
YUV 91.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 176 54 64 0 0.69 0.64 0.31 355.08 0.53 0.45
Hex B0 36 40 0 45 40 1F 163 35 2D
Octal 260 66 100 0 105 100 37 543 65 55
Binary 10110000 110110 1000000 0 1000101 1000000 11111 101100011 110101 101101

Color Harmonies of #B03640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03640

Black with #B03640

Text Example


Text Example

White with #B03640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03640; }

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

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

background-color css

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

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

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

border-color css

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

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

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