Html Css Color HEX #B33533 Medium Carmine

📋 copy color: '#B33533'

red 179 ◦ green 53 ◦ blue 51

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

Shades of Medium Carmine #B33533

Tints of Medium Carmine #B33533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 63.25%
G = 18.73%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B33533 (or 0xB33533) is known color: Medium Carmine. HEX triplet: B3, 35 and 33. RGB value is (179,53,51). Sum of RGB (Red+Green+Blue) = 179+53+51=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33533 is #4CCACC. Grayscale: #5A5A5A. Windows color (decimal): -5032653 or 3356083. OLE color: 3356083.

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

Color convert

RGB 179 53 51 -
CMYK 0 0.70 0.72 0.30
HSL 0.94º 0.56% 0.45% -
HSV(B) 0.94º 0.72% 0.7% -
XYZ 20.46 12.37 4.44 -
YUV 90.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 179 53 51 0 0.70 0.72 0.30 0.94 0.56 0.45
Hex B3 35 33 0 46 48 1E 1 38 2D
Octal 263 65 63 0 106 110 36 1 70 55
Binary 10110011 110101 110011 0 1000110 1001000 11110 1 111000 101101

Color Harmonies of #B33533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33533

Black with #B33533

Text Example


Text Example

White with #B33533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33533; }

 p { color: rgb(179,53,51); }

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

background-color css

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

 a { background-color: rgb(179,53,51); }

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

border-color css

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

 span { border-color: rgb(179,53,51); }

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