Html Css Color HEX #B33A22 Medium Carmine

📋 copy color: '#B33A22'

red 179 ◦ green 58 ◦ blue 34

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

Shades of Medium Carmine #B33A22

Tints of Medium Carmine #B33A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

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

R = 66.05%
G = 21.4%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B33A22 (or 0xB33A22) is known color: Medium Carmine. HEX triplet: B3, 3A and 22. RGB value is (179,58,34). Sum of RGB (Red+Green+Blue) = 179+58+34=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A22 is #4CC5DD. Grayscale: #5B5B5B. Windows color (decimal): -5031390 or 2243251. OLE color: 2243251.

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

Color convert

RGB 179 58 34 -
CMYK 0 0.68 0.81 0.30
HSL 9.93º 0.68% 0.42% -
HSV(B) 9.93º 0.81% 0.7% -
XYZ 20.39 12.73 2.89 -
YUV 91.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 179 58 34 0 0.68 0.81 0.30 9.93 0.68 0.42
Hex B3 3A 22 0 44 51 1E A 44 2A
Octal 263 72 42 0 104 121 36 12 104 52
Binary 10110011 111010 100010 0 1000100 1010001 11110 1010 1000100 101010

Color Harmonies of #B33A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A22

Black with #B33A22

Text Example


Text Example

White with #B33A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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