Html Css Color HEX #B33F22 Medium Carmine

📋 copy color: '#B33F22'

red 179 ◦ green 63 ◦ blue 34

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

Shades of Medium Carmine #B33F22

Tints of Medium Carmine #B33F22

RGB

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

 GREEN value IS 63 (25% from 255) = 22.83%

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

R = 64.86%
G = 22.83%
B = 12.32%

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

#B33F22 (or 0xB33F22) is known color: Medium Carmine. HEX triplet: B3, 3F and 22. RGB value is (179,63,34). Sum of RGB (Red+Green+Blue) = 179+63+34=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F22 is #4CC0DD. Grayscale: #5E5E5E. Windows color (decimal): -5030110 or 2244531. OLE color: 2244531.

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

Color convert

RGB 179 63 34 -
CMYK 0 0.65 0.81 0.30
HSL 12º 0.68% 0.42% -
HSV(B) 12º 0.81% 0.7% -
XYZ 20.66 13.25 2.98 -
YUV 94.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 179 63 34 0 0.65 0.81 0.30 12 0.68 0.42
Hex B3 3F 22 0 41 51 1E C 44 2A
Octal 263 77 42 0 101 121 36 14 104 52
Binary 10110011 111111 100010 0 1000001 1010001 11110 1100 1000100 101010

Color Harmonies of #B33F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F22

Black with #B33F22

Text Example


Text Example

White with #B33F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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