Html Css Color HEX #B62946 Old Rose

📋 copy color: '#B62946'

red 182 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #B62946

Tints of Old Rose #B62946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 62.12%
G = 13.99%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B62946 (or 0xB62946) is known color: Old Rose. HEX triplet: B6, 29 and 46. RGB value is (182,41,70). Sum of RGB (Red+Green+Blue) = 182+41+70=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B62946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62946 is #49D6B9. Grayscale: #565656. Windows color (decimal): -4839098 or 4598198. OLE color: 4598198.

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

Color convert

RGB 182 41 70 -
CMYK 0 0.77 0.62 0.29
HSL 347.66º 0.63% 0.44% -
HSV(B) 347.66º 0.77% 0.71% -
XYZ 21.19 11.97 6.99 -
YUV 86.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 182 41 70 0 0.77 0.62 0.29 347.66 0.63 0.44
Hex B6 29 46 0 4D 3E 1D 15C 3F 2C
Octal 266 51 106 0 115 76 35 534 77 54
Binary 10110110 101001 1000110 0 1001101 111110 11101 101011100 111111 101100

Color Harmonies of #B62946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62946

Black with #B62946

Text Example


Text Example

White with #B62946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62946; }

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

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

background-color css

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

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

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

border-color css

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

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

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