Html Css Color HEX #B02443 Old Rose

📋 copy color: '#B02443'

red 176 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #B02443

Tints of Old Rose #B02443

RGB

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

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

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

R = 63.08%
G = 12.9%
B = 24.01%

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

#B02443 (or 0xB02443) is known color: Old Rose. HEX triplet: B0, 24 and 43. RGB value is (176,36,67). Sum of RGB (Red+Green+Blue) = 176+36+67=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B02443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02443 is #4FDBBC. Grayscale: #515151. Windows color (decimal): -5233597 or 4400304. OLE color: 4400304.

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

Color convert

RGB 176 36 67 -
CMYK 0 0.80 0.62 0.31
HSL 346.71º 0.66% 0.42% -
HSV(B) 346.71º 0.8% 0.69% -
XYZ 19.55 10.9 6.38 -
YUV 81.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 176 36 67 0 0.80 0.62 0.31 346.71 0.66 0.42
Hex B0 24 43 0 50 3E 1F 15B 42 2A
Octal 260 44 103 0 120 76 37 533 102 52
Binary 10110000 100100 1000011 0 1010000 111110 11111 101011011 1000010 101010

Color Harmonies of #B02443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02443

Black with #B02443

Text Example


Text Example

White with #B02443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02443; }

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

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

background-color css

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

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

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

border-color css

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

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

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