Html Css Color HEX #B33244 Old Rose

📋 copy color: '#B33244'

red 179 ◦ green 50 ◦ blue 68

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

Shades of Old Rose #B33244

Tints of Old Rose #B33244

RGB

 RED value IS 179 (70.31% from 255) = 60.27%

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 60.27%
G = 16.84%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B33244 (or 0xB33244) is known color: Old Rose. HEX triplet: B3, 32 and 44. RGB value is (179,50,68). Sum of RGB (Red+Green+Blue) = 179+50+68=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33244 is #4CCDBB. Grayscale: #5A5A5A. Windows color (decimal): -5033404 or 4469427. OLE color: 4469427.

HSL color Cylindrical-coordinate representation of color #B33244: hue angle of 351.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33244 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 68 -
CMYK 0 0.72 0.62 0.30
HSL 351.63º 0.56% 0.45% -
HSV(B) 351.63º 0.72% 0.7% -
XYZ 20.77 12.28 6.74 -
YUV 90.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 179 50 68 0 0.72 0.62 0.30 351.63 0.56 0.45
Hex B3 32 44 0 48 3E 1E 160 38 2D
Octal 263 62 104 0 110 76 36 540 70 55
Binary 10110011 110010 1000100 0 1001000 111110 11110 101100000 111000 101101

Color Harmonies of #B33244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33244

Black with #B33244

Text Example


Text Example

White with #B33244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33244; }

 p { color: rgb(179,50,68); }

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

background-color css

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

 a { background-color: rgb(179,50,68); }

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

border-color css

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

 span { border-color: rgb(179,50,68); }

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