Html Css Color HEX #B33B21 Medium Carmine

📋 copy color: '#B33B21'

red 179 ◦ green 59 ◦ blue 33

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

Shades of Medium Carmine #B33B21

Tints of Medium Carmine #B33B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 66.05%
G = 21.77%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33B21 (or 0xB33B21) is known color: Medium Carmine. HEX triplet: B3, 3B and 21. RGB value is (179,59,33). Sum of RGB (Red+Green+Blue) = 179+59+33=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B21 is #4CC4DE. Grayscale: #5C5C5C. Windows color (decimal): -5031135 or 2177971. OLE color: 2177971.

HSL color Cylindrical-coordinate representation of color #B33B21: hue angle of 10.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B33B21 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 33 -
CMYK 0 0.67 0.82 0.30
HSL 10.68º 0.69% 0.42% -
HSV(B) 10.68º 0.82% 0.7% -
XYZ 20.43 12.82 2.84 -
YUV 91.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 179 59 33 0 0.67 0.82 0.30 10.68 0.69 0.42
Hex B3 3B 21 0 43 52 1E B 45 2A
Octal 263 73 41 0 103 122 36 13 105 52
Binary 10110011 111011 100001 0 1000011 1010010 11110 1011 1000101 101010

Color Harmonies of #B33B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B21

Black with #B33B21

Text Example


Text Example

White with #B33B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B21; }

 p { color: rgb(179,59,33); }

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

background-color css

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

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

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

border-color css

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

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

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