Html Css Color HEX #B62842 Old Rose

📋 copy color: '#B62842'

red 182 ◦ green 40 ◦ blue 66

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

Shades of Old Rose #B62842

Tints of Old Rose #B62842

RGB

 RED value IS 182 (71.48% from 255) = 63.19%

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 63.19%
G = 13.89%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B62842 (or 0xB62842) is known color: Old Rose. HEX triplet: B6, 28 and 42. RGB value is (182,40,66). Sum of RGB (Red+Green+Blue) = 182+40+66=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B62842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62842 is #49D7BD. Grayscale: #555555. Windows color (decimal): -4839358 or 4335798. OLE color: 4335798.

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

Color convert

RGB 182 40 66 -
CMYK 0 0.78 0.64 0.29
HSL 349.01º 0.64% 0.44% -
HSV(B) 349.01º 0.78% 0.71% -
XYZ 21.03 11.86 6.33 -
YUV 85.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 182 40 66 0 0.78 0.64 0.29 349.01 0.64 0.44
Hex B6 28 42 0 4E 40 1D 15D 40 2C
Octal 266 50 102 0 116 100 35 535 100 54
Binary 10110110 101000 1000010 0 1001110 1000000 11101 101011101 1000000 101100

Color Harmonies of #B62842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62842

Black with #B62842

Text Example


Text Example

White with #B62842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62842; }

 p { color: rgb(182,40,66); }

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

background-color css

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

 a { background-color: rgb(182,40,66); }

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

border-color css

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

 span { border-color: rgb(182,40,66); }

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