Html Css Color HEX #B62E41 Old Rose

📋 copy color: '#B62E41'

red 182 ◦ green 46 ◦ blue 65

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

Shades of Old Rose #B62E41

Tints of Old Rose #B62E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

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

R = 62.12%
G = 15.7%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B62E41 (or 0xB62E41) is known color: Old Rose. HEX triplet: B6, 2E and 41. RGB value is (182,46,65). Sum of RGB (Red+Green+Blue) = 182+46+65=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E41 is #49D1BE. Grayscale: #585858. Windows color (decimal): -4837823 or 4271798. OLE color: 4271798.

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

Color convert

RGB 182 46 65 -
CMYK 0 0.75 0.64 0.29
HSL 351.62º 0.6% 0.45% -
HSV(B) 351.62º 0.75% 0.71% -
XYZ 21.22 12.28 6.25 -
YUV 88.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 182 46 65 0 0.75 0.64 0.29 351.62 0.6 0.45
Hex B6 2E 41 0 4B 40 1D 160 3C 2D
Octal 266 56 101 0 113 100 35 540 74 55
Binary 10110110 101110 1000001 0 1001011 1000000 11101 101100000 111100 101101

Color Harmonies of #B62E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E41

Black with #B62E41

Text Example


Text Example

White with #B62E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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