Html Css Color HEX #B63448 Old Rose

📋 copy color: '#B63448'

red 182 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #B63448

Tints of Old Rose #B63448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 59.48%
G = 16.99%
B = 23.53%

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

#B63448 (or 0xB63448) is known color: Old Rose. HEX triplet: B6, 34 and 48. RGB value is (182,52,72). Sum of RGB (Red+Green+Blue) = 182+52+72=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B63448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63448 is #49CBB7. Grayscale: #5D5D5D. Windows color (decimal): -4836280 or 4732086. OLE color: 4732086.

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

Color convert

RGB 182 52 72 -
CMYK 0 0.71 0.60 0.29
HSL 350.77º 0.56% 0.46% -
HSV(B) 350.77º 0.71% 0.71% -
XYZ 21.69 12.87 7.47 -
YUV 93.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 182 52 72 0 0.71 0.60 0.29 350.77 0.56 0.46
Hex B6 34 48 0 47 3C 1D 15F 38 2E
Octal 266 64 110 0 107 74 35 537 70 56
Binary 10110110 110100 1001000 0 1000111 111100 11101 101011111 111000 101110

Color Harmonies of #B63448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63448

Black with #B63448

Text Example


Text Example

White with #B63448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63448; }

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

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

background-color css

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

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

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

border-color css

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

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

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