Html Css Color HEX #B62845 Old Rose

📋 copy color: '#B62845'

red 182 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #B62845

Tints of Old Rose #B62845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 62.54%
G = 13.75%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B62845 (or 0xB62845) is known color: Old Rose. HEX triplet: B6, 28 and 45. RGB value is (182,40,69). Sum of RGB (Red+Green+Blue) = 182+40+69=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B62845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62845 is #49D7BA. Grayscale: #555555. Windows color (decimal): -4839355 or 4532406. OLE color: 4532406.

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

Color convert

RGB 182 40 69 -
CMYK 0 0.78 0.62 0.29
HSL 347.75º 0.64% 0.44% -
HSV(B) 347.75º 0.78% 0.71% -
XYZ 21.12 11.89 6.81 -
YUV 85.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 182 40 69 0 0.78 0.62 0.29 347.75 0.64 0.44
Hex B6 28 45 0 4E 3E 1D 15C 40 2C
Octal 266 50 105 0 116 76 35 534 100 54
Binary 10110110 101000 1000101 0 1001110 111110 11101 101011100 1000000 101100

Color Harmonies of #B62845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62845

Black with #B62845

Text Example


Text Example

White with #B62845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62845; }

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

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

background-color css

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

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

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

border-color css

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

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

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