Html Css Color HEX #B33442 Old Rose

📋 copy color: '#B33442'

red 179 ◦ green 52 ◦ blue 66

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

Shades of Old Rose #B33442

Tints of Old Rose #B33442

RGB

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

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

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

R = 60.27%
G = 17.51%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B33442 (or 0xB33442) is known color: Old Rose. HEX triplet: B3, 34 and 42. RGB value is (179,52,66). Sum of RGB (Red+Green+Blue) = 179+52+66=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33442 is #4CCBBD. Grayscale: #5B5B5B. Windows color (decimal): -5032894 or 4338867. OLE color: 4338867.

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

Color convert

RGB 179 52 66 -
CMYK 0 0.71 0.63 0.30
HSL 353.39º 0.55% 0.45% -
HSV(B) 353.39º 0.71% 0.7% -
XYZ 20.8 12.43 6.46 -
YUV 91.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 179 52 66 0 0.71 0.63 0.30 353.39 0.55 0.45
Hex B3 34 42 0 47 3F 1E 161 37 2D
Octal 263 64 102 0 107 77 36 541 67 55
Binary 10110011 110100 1000010 0 1000111 111111 11110 101100001 110111 101101

Color Harmonies of #B33442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33442

Black with #B33442

Text Example


Text Example

White with #B33442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33442; }

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

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

background-color css

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

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

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

border-color css

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

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

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