Html Css Color HEX #B62941 Old Rose

📋 copy color: '#B62941'

red 182 ◦ green 41 ◦ blue 65

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

Shades of Old Rose #B62941

Tints of Old Rose #B62941

RGB

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

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

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

R = 63.19%
G = 14.24%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B62941 (or 0xB62941) is known color: Old Rose. HEX triplet: B6, 29 and 41. RGB value is (182,41,65). Sum of RGB (Red+Green+Blue) = 182+41+65=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B62941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62941 is #49D6BE. Grayscale: #555555. Windows color (decimal): -4839103 or 4270518. OLE color: 4270518.

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

Color convert

RGB 182 41 65 -
CMYK 0 0.77 0.64 0.29
HSL 349.79º 0.63% 0.44% -
HSV(B) 349.79º 0.77% 0.71% -
XYZ 21.04 11.91 6.19 -
YUV 85.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 182 41 65 0 0.77 0.64 0.29 349.79 0.63 0.44
Hex B6 29 41 0 4D 40 1D 15E 3F 2C
Octal 266 51 101 0 115 100 35 536 77 54
Binary 10110110 101001 1000001 0 1001101 1000000 11101 101011110 111111 101100

Color Harmonies of #B62941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62941

Black with #B62941

Text Example


Text Example

White with #B62941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62941; }

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

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

background-color css

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

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

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

border-color css

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

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

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