Html Css Color HEX #B62443 Old Rose

📋 copy color: '#B62443'

red 182 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #B62443

Tints of Old Rose #B62443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 63.86%
G = 12.63%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B62443 (or 0xB62443) is known color: Old Rose. HEX triplet: B6, 24 and 43. RGB value is (182,36,67). Sum of RGB (Red+Green+Blue) = 182+36+67=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62443 is #49DBBC. Grayscale: #535353. Windows color (decimal): -4840381 or 4400310. OLE color: 4400310.

HSL color Cylindrical-coordinate representation of color #B62443: hue angle of 347.26º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62443 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 67 -
CMYK 0 0.80 0.63 0.29
HSL 347.26º 0.67% 0.43% -
HSV(B) 347.26º 0.8% 0.71% -
XYZ 20.94 11.61 6.45 -
YUV 83.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 182 36 67 0 0.80 0.63 0.29 347.26 0.67 0.43
Hex B6 24 43 0 50 3F 1D 15B 43 2B
Octal 266 44 103 0 120 77 35 533 103 53
Binary 10110110 100100 1000011 0 1010000 111111 11101 101011011 1000011 101011

Color Harmonies of #B62443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62443

Black with #B62443

Text Example


Text Example

White with #B62443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62443; }

 p { color: rgb(182,36,67); }

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

background-color css

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

 a { background-color: rgb(182,36,67); }

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

border-color css

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

 span { border-color: rgb(182,36,67); }

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