Html Css Color HEX #B0293E Old Rose

📋 copy color: '#B0293E'

red 176 ◦ green 41 ◦ blue 62

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

Shades of Old Rose #B0293E

Tints of Old Rose #B0293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 63.08%
G = 14.7%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0293E (or 0xB0293E) is known color: Old Rose. HEX triplet: B0, 29 and 3E. RGB value is (176,41,62). Sum of RGB (Red+Green+Blue) = 176+41+62=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B0293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0293E is #4FD6C1. Grayscale: #535353. Windows color (decimal): -5232322 or 4073904. OLE color: 4073904.

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

Color convert

RGB 176 41 62 -
CMYK 0 0.77 0.65 0.31
HSL 350.67º 0.62% 0.43% -
HSV(B) 350.67º 0.77% 0.69% -
XYZ 19.57 11.16 5.68 -
YUV 83.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 176 41 62 0 0.77 0.65 0.31 350.67 0.62 0.43
Hex B0 29 3E 0 4D 41 1F 15F 3E 2B
Octal 260 51 76 0 115 101 37 537 76 53
Binary 10110000 101001 111110 0 1001101 1000001 11111 101011111 111110 101011

Color Harmonies of #B0293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0293E

Black with #B0293E

Text Example


Text Example

White with #B0293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0293E; }

 p { color: rgb(176,41,62); }

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

background-color css

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

 a { background-color: rgb(176,41,62); }

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

border-color css

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

 span { border-color: rgb(176,41,62); }

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