Html Css Color HEX #B33E2F Medium Carmine

📋 copy color: '#B33E2F'

red 179 ◦ green 62 ◦ blue 47

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

Shades of Medium Carmine #B33E2F

Tints of Medium Carmine #B33E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 62.15%
G = 21.53%
B = 16.32%

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

#B33E2F (or 0xB33E2F) is known color: Medium Carmine. HEX triplet: B3, 3E and 2F. RGB value is (179,62,47). Sum of RGB (Red+Green+Blue) = 179+62+47=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E2F is #4CC1D0. Grayscale: #5F5F5F. Windows color (decimal): -5030353 or 3096243. OLE color: 3096243.

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

Color convert

RGB 179 62 47 -
CMYK 0 0.65 0.74 0.30
HSL 6.82º 0.58% 0.44% -
HSV(B) 6.82º 0.74% 0.7% -
XYZ 20.83 13.23 4.15 -
YUV 95.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 179 62 47 0 0.65 0.74 0.30 6.82 0.58 0.44
Hex B3 3E 2F 0 41 4A 1E 7 3A 2C
Octal 263 76 57 0 101 112 36 7 72 54
Binary 10110011 111110 101111 0 1000001 1001010 11110 111 111010 101100

Color Harmonies of #B33E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33E2F

Black with #B33E2F

Text Example


Text Example

White with #B33E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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