Html Css Color HEX #B33E2E Medium Carmine

📋 copy color: '#B33E2E'

red 179 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #B33E2E

Tints of Medium Carmine #B33E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 62.37%
G = 21.6%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B33E2E (or 0xB33E2E) is known color: Medium Carmine. HEX triplet: B3, 3E and 2E. RGB value is (179,62,46). Sum of RGB (Red+Green+Blue) = 179+62+46=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E2E is #4CC1D1. Grayscale: #5F5F5F. Windows color (decimal): -5030354 or 3030707. OLE color: 3030707.

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

Color convert

RGB 179 62 46 -
CMYK 0 0.65 0.74 0.30
HSL 7.22º 0.59% 0.44% -
HSV(B) 7.22º 0.74% 0.7% -
XYZ 20.81 13.23 4.04 -
YUV 95.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 179 62 46 0 0.65 0.74 0.30 7.22 0.59 0.44
Hex B3 3E 2E 0 41 4A 1E 7 3B 2C
Octal 263 76 56 0 101 112 36 7 73 54
Binary 10110011 111110 101110 0 1000001 1001010 11110 111 111011 101100

Color Harmonies of #B33E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E2E

Black with #B33E2E

Text Example


Text Example

White with #B33E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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