Html Css Color HEX #B33431 Medium Carmine

📋 copy color: '#B33431'

red 179 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #B33431

Tints of Medium Carmine #B33431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 63.93%
G = 18.57%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33431 (or 0xB33431) is known color: Medium Carmine. HEX triplet: B3, 34 and 31. RGB value is (179,52,49). Sum of RGB (Red+Green+Blue) = 179+52+49=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B33431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33431 is #4CCBCE. Grayscale: #595959. Windows color (decimal): -5032911 or 3224755. OLE color: 3224755.

HSL color Cylindrical-coordinate representation of color #B33431: hue angle of 1.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33431 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 49 -
CMYK 0 0.71 0.73 0.30
HSL 1.38º 0.57% 0.45% -
HSV(B) 1.38º 0.73% 0.7% -
XYZ 20.37 12.26 4.2 -
YUV 89.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 179 52 49 0 0.71 0.73 0.30 1.38 0.57 0.45
Hex B3 34 31 0 47 49 1E 1 39 2D
Octal 263 64 61 0 107 111 36 1 71 55
Binary 10110011 110100 110001 0 1000111 1001001 11110 1 111001 101101

Color Harmonies of #B33431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33431

Black with #B33431

Text Example


Text Example

White with #B33431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33431; }

 p { color: rgb(179,52,49); }

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

background-color css

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

 a { background-color: rgb(179,52,49); }

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

border-color css

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

 span { border-color: rgb(179,52,49); }

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