Html Css Color HEX #B33E22 Medium Carmine

📋 copy color: '#B33E22'

red 179 ◦ green 62 ◦ blue 34

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

Shades of Medium Carmine #B33E22

Tints of Medium Carmine #B33E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 65.09%
G = 22.55%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33E22 (or 0xB33E22) is known color: Medium Carmine. HEX triplet: B3, 3E and 22. RGB value is (179,62,34). Sum of RGB (Red+Green+Blue) = 179+62+34=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E22 is #4CC1DD. Grayscale: #5E5E5E. Windows color (decimal): -5030366 or 2244275. OLE color: 2244275.

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

Color convert

RGB 179 62 34 -
CMYK 0 0.65 0.81 0.30
HSL 11.59º 0.68% 0.42% -
HSV(B) 11.59º 0.81% 0.7% -
XYZ 20.6 13.14 2.96 -
YUV 93.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 179 62 34 0 0.65 0.81 0.30 11.59 0.68 0.42
Hex B3 3E 22 0 41 51 1E C 44 2A
Octal 263 76 42 0 101 121 36 14 104 52
Binary 10110011 111110 100010 0 1000001 1010001 11110 1100 1000100 101010

Color Harmonies of #B33E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E22

Black with #B33E22

Text Example


Text Example

White with #B33E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E22; }

 p { color: rgb(179,62,34); }

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

background-color css

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

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

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

border-color css

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

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

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