Html Css Color HEX #B0283E Old Rose

📋 copy color: '#B0283E'

red 176 ◦ green 40 ◦ blue 62

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

Shades of Old Rose #B0283E

Tints of Old Rose #B0283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 63.31%
G = 14.39%
B = 22.3%

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

#B0283E (or 0xB0283E) is known color: Old Rose. HEX triplet: B0, 28 and 3E. RGB value is (176,40,62). Sum of RGB (Red+Green+Blue) = 176+40+62=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B0283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0283E is #4FD7C1. Grayscale: #535353. Windows color (decimal): -5232578 or 4073648. OLE color: 4073648.

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

Color convert

RGB 176 40 62 -
CMYK 0 0.77 0.65 0.31
HSL 350.29º 0.63% 0.42% -
HSV(B) 350.29º 0.77% 0.69% -
XYZ 19.53 11.1 5.67 -
YUV 83.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 176 40 62 0 0.77 0.65 0.31 350.29 0.63 0.42
Hex B0 28 3E 0 4D 41 1F 15E 3F 2A
Octal 260 50 76 0 115 101 37 536 77 52
Binary 10110000 101000 111110 0 1001101 1000001 11111 101011110 111111 101010

Color Harmonies of #B0283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0283E

Black with #B0283E

Text Example


Text Example

White with #B0283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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