Html Css Color HEX #B33C44 Old Rose

📋 copy color: '#B33C44'

red 179 ◦ green 60 ◦ blue 68

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

Shades of Old Rose #B33C44

Tints of Old Rose #B33C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 58.31%
G = 19.54%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B33C44 (or 0xB33C44) is known color: Old Rose. HEX triplet: B3, 3C and 44. RGB value is (179,60,68). Sum of RGB (Red+Green+Blue) = 179+60+68=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C44 is #4CC3BB. Grayscale: #606060. Windows color (decimal): -5030844 or 4471987. OLE color: 4471987.

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

Color convert

RGB 179 60 68 -
CMYK 0 0.66 0.62 0.30
HSL 355.97º 0.5% 0.47% -
HSV(B) 355.97º 0.66% 0.7% -
XYZ 21.25 13.23 6.9 -
YUV 96.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 179 60 68 0 0.66 0.62 0.30 355.97 0.5 0.47
Hex B3 3C 44 0 42 3E 1E 164 32 2F
Octal 263 74 104 0 102 76 36 544 62 57
Binary 10110011 111100 1000100 0 1000010 111110 11110 101100100 110010 101111

Color Harmonies of #B33C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C44

Black with #B33C44

Text Example


Text Example

White with #B33C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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