Html Css Color HEX #B62841 Old Rose

📋 copy color: '#B62841'

red 182 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #B62841

Tints of Old Rose #B62841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 63.41%
G = 13.94%
B = 22.65%

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

#B62841 (or 0xB62841) is known color: Old Rose. HEX triplet: B6, 28 and 41. RGB value is (182,40,65). Sum of RGB (Red+Green+Blue) = 182+40+65=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B62841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62841 is #49D7BE. Grayscale: #555555. Windows color (decimal): -4839359 or 4270262. OLE color: 4270262.

HSL color Cylindrical-coordinate representation of color #B62841: hue angle of 349.44º 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 #B62841 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 65 -
CMYK 0 0.78 0.64 0.29
HSL 349.44º 0.64% 0.44% -
HSV(B) 349.44º 0.78% 0.71% -
XYZ 21 11.84 6.18 -
YUV 85.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 182 40 65 0 0.78 0.64 0.29 349.44 0.64 0.44
Hex B6 28 41 0 4E 40 1D 15D 40 2C
Octal 266 50 101 0 116 100 35 535 100 54
Binary 10110110 101000 1000001 0 1001110 1000000 11101 101011101 1000000 101100

Color Harmonies of #B62841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62841

Black with #B62841

Text Example


Text Example

White with #B62841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62841; }

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

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

background-color css

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

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

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

border-color css

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

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

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