Html Css Color HEX #B02C40 Old Rose

📋 copy color: '#B02C40'

red 176 ◦ green 44 ◦ blue 64

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

Shades of Old Rose #B02C40

Tints of Old Rose #B02C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 61.97%
G = 15.49%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B02C40 (or 0xB02C40) is known color: Old Rose. HEX triplet: B0, 2C and 40. RGB value is (176,44,64). Sum of RGB (Red+Green+Blue) = 176+44+64=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C40 is #4FD3BF. Grayscale: #555555. Windows color (decimal): -5231552 or 4205744. OLE color: 4205744.

HSL color Cylindrical-coordinate representation of color #B02C40: hue angle of 350.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C40 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 64 -
CMYK 0 0.75 0.64 0.31
HSL 350.91º 0.6% 0.43% -
HSV(B) 350.91º 0.75% 0.69% -
XYZ 19.73 11.4 6.01 -
YUV 85.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 176 44 64 0 0.75 0.64 0.31 350.91 0.6 0.43
Hex B0 2C 40 0 4B 40 1F 15F 3C 2B
Octal 260 54 100 0 113 100 37 537 74 53
Binary 10110000 101100 1000000 0 1001011 1000000 11111 101011111 111100 101011

Color Harmonies of #B02C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C40

Black with #B02C40

Text Example


Text Example

White with #B02C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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