Html Css Color HEX #B33C22 Medium Carmine

📋 copy color: '#B33C22'

red 179 ◦ green 60 ◦ blue 34

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

Shades of Medium Carmine #B33C22

Tints of Medium Carmine #B33C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 65.57%
G = 21.98%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33C22 (or 0xB33C22) is known color: Medium Carmine. HEX triplet: B3, 3C and 22. RGB value is (179,60,34). Sum of RGB (Red+Green+Blue) = 179+60+34=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C22 is #4CC3DD. Grayscale: #5C5C5C. Windows color (decimal): -5030878 or 2243763. OLE color: 2243763.

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

Color convert

RGB 179 60 34 -
CMYK 0 0.66 0.81 0.30
HSL 10.76º 0.68% 0.42% -
HSV(B) 10.76º 0.81% 0.7% -
XYZ 20.5 12.93 2.93 -
YUV 92.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 179 60 34 0 0.66 0.81 0.30 10.76 0.68 0.42
Hex B3 3C 22 0 42 51 1E B 44 2A
Octal 263 74 42 0 102 121 36 13 104 52
Binary 10110011 111100 100010 0 1000010 1010001 11110 1011 1000100 101010

Color Harmonies of #B33C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C22

Black with #B33C22

Text Example


Text Example

White with #B33C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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