Html Css Color HEX #B62146 Old Rose

📋 copy color: '#B62146'

red 182 ◦ green 33 ◦ blue 70

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

Shades of Old Rose #B62146

Tints of Old Rose #B62146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 63.86%
G = 11.58%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B62146 (or 0xB62146) is known color: Old Rose. HEX triplet: B6, 21 and 46. RGB value is (182,33,70). Sum of RGB (Red+Green+Blue) = 182+33+70=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62146 is #49DEB9. Grayscale: #515151. Windows color (decimal): -4841146 or 4596150. OLE color: 4596150.

HSL color Cylindrical-coordinate representation of color #B62146: hue angle of 345.1º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62146 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 33 70 -
CMYK 0 0.82 0.62 0.29
HSL 345.1º 0.69% 0.42% -
HSV(B) 345.1º 0.82% 0.71% -
XYZ 20.94 11.47 6.91 -
YUV 81.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 182 33 70 0 0.82 0.62 0.29 345.1 0.69 0.42
Hex B6 21 46 0 52 3E 1D 159 45 2A
Octal 266 41 106 0 122 76 35 531 105 52
Binary 10110110 100001 1000110 0 1010010 111110 11101 101011001 1000101 101010

Color Harmonies of #B62146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62146

Black with #B62146

Text Example


Text Example

White with #B62146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62146; }

 p { color: rgb(182,33,70); }

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

background-color css

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

 a { background-color: rgb(182,33,70); }

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

border-color css

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

 span { border-color: rgb(182,33,70); }

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