Html Css Color HEX #B33231 Medium Carmine

📋 copy color: '#B33231'

red 179 ◦ green 50 ◦ blue 49

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

Shades of Medium Carmine #B33231

Tints of Medium Carmine #B33231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 64.39%
G = 17.99%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33231 (or 0xB33231) is known color: Medium Carmine. HEX triplet: B3, 32 and 31. RGB value is (179,50,49). Sum of RGB (Red+Green+Blue) = 179+50+49=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B33231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33231 is #4CCDCE. Grayscale: #585858. Windows color (decimal): -5033423 or 3224243. OLE color: 3224243.

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

Color convert

RGB 179 50 49 -
CMYK 0 0.72 0.73 0.30
HSL 0.46º 0.57% 0.45% -
HSV(B) 0.46º 0.73% 0.7% -
XYZ 20.29 12.09 4.17 -
YUV 88.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 179 50 49 0 0.72 0.73 0.30 0.46 0.57 0.45
Hex B3 32 31 0 48 49 1E 0 39 2D
Octal 263 62 61 0 110 111 36 0 71 55
Binary 10110011 110010 110001 0 1001000 1001001 11110 0 111001 101101

Color Harmonies of #B33231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33231

Black with #B33231

Text Example


Text Example

White with #B33231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33231; }

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

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

background-color css

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

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

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

border-color css

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

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

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