Html Css Color HEX #B63946 Old Rose

📋 copy color: '#B63946'

red 182 ◦ green 57 ◦ blue 70

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

Shades of Old Rose #B63946

Tints of Old Rose #B63946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

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

R = 58.9%
G = 18.45%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63946 (or 0xB63946) is known color: Old Rose. HEX triplet: B6, 39 and 46. RGB value is (182,57,70). Sum of RGB (Red+Green+Blue) = 182+57+70=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B63946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63946 is #49C6B9. Grayscale: #5F5F5F. Windows color (decimal): -4835002 or 4602294. OLE color: 4602294.

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

Color convert

RGB 182 57 70 -
CMYK 0 0.69 0.62 0.29
HSL 353.76º 0.52% 0.47% -
HSV(B) 353.76º 0.69% 0.71% -
XYZ 21.86 13.31 7.21 -
YUV 95.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 182 57 70 0 0.69 0.62 0.29 353.76 0.52 0.47
Hex B6 39 46 0 45 3E 1D 162 34 2F
Octal 266 71 106 0 105 76 35 542 64 57
Binary 10110110 111001 1000110 0 1000101 111110 11101 101100010 110100 101111

Color Harmonies of #B63946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63946

Black with #B63946

Text Example


Text Example

White with #B63946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63946; }

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

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

background-color css

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

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

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

border-color css

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

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

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