Html Css Color HEX #B02740 Old Rose

📋 copy color: '#B02740'

red 176 ◦ green 39 ◦ blue 64

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

Shades of Old Rose #B02740

Tints of Old Rose #B02740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

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

R = 63.08%
G = 13.98%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B02740 (or 0xB02740) is known color: Old Rose. HEX triplet: B0, 27 and 40. RGB value is (176,39,64). Sum of RGB (Red+Green+Blue) = 176+39+64=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B02740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02740 is #4FD8BF. Grayscale: #525252. Windows color (decimal): -5232832 or 4204464. OLE color: 4204464.

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

Color convert

RGB 176 39 64 -
CMYK 0 0.78 0.64 0.31
HSL 349.05º 0.64% 0.42% -
HSV(B) 349.05º 0.78% 0.69% -
XYZ 19.56 11.05 5.95 -
YUV 82.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 176 39 64 0 0.78 0.64 0.31 349.05 0.64 0.42
Hex B0 27 40 0 4E 40 1F 15D 40 2A
Octal 260 47 100 0 116 100 37 535 100 52
Binary 10110000 100111 1000000 0 1001110 1000000 11111 101011101 1000000 101010

Color Harmonies of #B02740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02740

Black with #B02740

Text Example


Text Example

White with #B02740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02740; }

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

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

background-color css

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

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

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

border-color css

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

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

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