Html Css Color HEX #B33242 Old Rose

📋 copy color: '#B33242'

red 179 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #B33242

Tints of Old Rose #B33242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 60.68%
G = 16.95%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33242 (or 0xB33242) is known color: Old Rose. HEX triplet: B3, 32 and 42. RGB value is (179,50,66). Sum of RGB (Red+Green+Blue) = 179+50+66=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33242 is #4CCDBD. Grayscale: #5A5A5A. Windows color (decimal): -5033406 or 4338355. OLE color: 4338355.

HSL color Cylindrical-coordinate representation of color #B33242: hue angle of 352.56º 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 #B33242 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 66 -
CMYK 0 0.72 0.63 0.30
HSL 352.56º 0.56% 0.45% -
HSV(B) 352.56º 0.72% 0.7% -
XYZ 20.71 12.26 6.43 -
YUV 90.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 179 50 66 0 0.72 0.63 0.30 352.56 0.56 0.45
Hex B3 32 42 0 48 3F 1E 161 38 2D
Octal 263 62 102 0 110 77 36 541 70 55
Binary 10110011 110010 1000010 0 1001000 111111 11110 101100001 111000 101101

Color Harmonies of #B33242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33242

Black with #B33242

Text Example


Text Example

White with #B33242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33242; }

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

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

background-color css

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

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

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

border-color css

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

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

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