Html Css Color HEX #B63449 Old Rose

📋 copy color: '#B63449'

red 182 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #B63449

Tints of Old Rose #B63449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 59.28%
G = 16.94%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B63449 (or 0xB63449) is known color: Old Rose. HEX triplet: B6, 34 and 49. RGB value is (182,52,73). Sum of RGB (Red+Green+Blue) = 182+52+73=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B63449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63449 is #49CBB6. Grayscale: #5D5D5D. Windows color (decimal): -4836279 or 4797622. OLE color: 4797622.

HSL color Cylindrical-coordinate representation of color #B63449: hue angle of 350.31º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63449 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 73 -
CMYK 0 0.71 0.60 0.29
HSL 350.31º 0.56% 0.46% -
HSV(B) 350.31º 0.71% 0.71% -
XYZ 21.72 12.88 7.64 -
YUV 93.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 182 52 73 0 0.71 0.60 0.29 350.31 0.56 0.46
Hex B6 34 49 0 47 3C 1D 15E 38 2E
Octal 266 64 111 0 107 74 35 536 70 56
Binary 10110110 110100 1001001 0 1000111 111100 11101 101011110 111000 101110

Color Harmonies of #B63449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63449

Black with #B63449

Text Example


Text Example

White with #B63449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63449; }

 p { color: rgb(182,52,73); }

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

background-color css

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

 a { background-color: rgb(182,52,73); }

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

border-color css

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

 span { border-color: rgb(182,52,73); }

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