Html Css Color HEX #B33B2B Medium Carmine

📋 copy color: '#B33B2B'

red 179 ◦ green 59 ◦ blue 43

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

Shades of Medium Carmine #B33B2B

Tints of Medium Carmine #B33B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 63.7%
G = 21%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B33B2B (or 0xB33B2B) is known color: Medium Carmine. HEX triplet: B3, 3B and 2B. RGB value is (179,59,43). Sum of RGB (Red+Green+Blue) = 179+59+43=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B2B is #4CC4D4. Grayscale: #5D5D5D. Windows color (decimal): -5031125 or 2833331. OLE color: 2833331.

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

Color convert

RGB 179 59 43 -
CMYK 0 0.67 0.76 0.30
HSL 7.06º 0.61% 0.44% -
HSV(B) 7.06º 0.76% 0.7% -
XYZ 20.59 12.89 3.69 -
YUV 93.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 179 59 43 0 0.67 0.76 0.30 7.06 0.61 0.44
Hex B3 3B 2B 0 43 4C 1E 7 3D 2C
Octal 263 73 53 0 103 114 36 7 75 54
Binary 10110011 111011 101011 0 1000011 1001100 11110 111 111101 101100

Color Harmonies of #B33B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B2B

Black with #B33B2B

Text Example


Text Example

White with #B33B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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