Html Css Color HEX #B33E27 Medium Carmine

📋 copy color: '#B33E27'

red 179 ◦ green 62 ◦ blue 39

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

Shades of Medium Carmine #B33E27

Tints of Medium Carmine #B33E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 63.93%
G = 22.14%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33E27 (or 0xB33E27) is known color: Medium Carmine. HEX triplet: B3, 3E and 27. RGB value is (179,62,39). Sum of RGB (Red+Green+Blue) = 179+62+39=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E27 is #4CC1D8. Grayscale: #5E5E5E. Windows color (decimal): -5030361 or 2571955. OLE color: 2571955.

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

Color convert

RGB 179 62 39 -
CMYK 0 0.65 0.78 0.30
HSL 9.86º 0.64% 0.43% -
HSV(B) 9.86º 0.78% 0.7% -
XYZ 20.68 13.18 3.37 -
YUV 94.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 179 62 39 0 0.65 0.78 0.30 9.86 0.64 0.43
Hex B3 3E 27 0 41 4E 1E A 40 2B
Octal 263 76 47 0 101 116 36 12 100 53
Binary 10110011 111110 100111 0 1000001 1001110 11110 1010 1000000 101011

Color Harmonies of #B33E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E27

Black with #B33E27

Text Example


Text Example

White with #B33E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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