Html Css Color HEX #B33333 Medium Carmine

📋 copy color: '#B33333'

red 179 ◦ green 51 ◦ blue 51

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

Shades of Medium Carmine #B33333

Tints of Medium Carmine #B33333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

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

R = 63.7%
G = 18.15%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B33333 (or 0xB33333) is known color: Medium Carmine. HEX triplet: B3, 33 and 33. RGB value is (179,51,51). Sum of RGB (Red+Green+Blue) = 179+51+51=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B33333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33333 is #4CCCCC. Grayscale: #595959. Windows color (decimal): -5033165 or 3355571. OLE color: 3355571.

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

Color convert

RGB 179 51 51 -
CMYK 0 0.72 0.72 0.30
HSL 0.56% 0.45% -
HSV(B) 0.72% 0.7% -
XYZ 20.37 12.19 4.41 -
YUV 89.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 179 51 51 0 0.72 0.72 0.30 0 0.56 0.45
Hex B3 33 33 0 48 48 1E 0 38 2D
Octal 263 63 63 0 110 110 36 0 70 55
Binary 10110011 110011 110011 0 1001000 1001000 11110 0 111000 101101

Color Harmonies of #B33333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33333

Black with #B33333

Text Example


Text Example

White with #B33333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33333; }

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

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

background-color css

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

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

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

border-color css

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

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

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