Html Css Color HEX #B33531 Medium Carmine

📋 copy color: '#B33531'

red 179 ◦ green 53 ◦ blue 49

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

Shades of Medium Carmine #B33531

Tints of Medium Carmine #B33531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 63.7%
G = 18.86%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B33531 (or 0xB33531) is known color: Medium Carmine. HEX triplet: B3, 35 and 31. RGB value is (179,53,49). Sum of RGB (Red+Green+Blue) = 179+53+49=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B33531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33531 is #4CCACE. Grayscale: #5A5A5A. Windows color (decimal): -5032655 or 3225011. OLE color: 3225011.

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

Color convert

RGB 179 53 49 -
CMYK 0 0.70 0.73 0.30
HSL 1.85º 0.57% 0.45% -
HSV(B) 1.85º 0.73% 0.7% -
XYZ 20.42 12.35 4.21 -
YUV 90.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 179 53 49 0 0.70 0.73 0.30 1.85 0.57 0.45
Hex B3 35 31 0 46 49 1E 2 39 2D
Octal 263 65 61 0 106 111 36 2 71 55
Binary 10110011 110101 110001 0 1000110 1001001 11110 10 111001 101101

Color Harmonies of #B33531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33531

Black with #B33531

Text Example


Text Example

White with #B33531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33531; }

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

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

background-color css

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

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

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

border-color css

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

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

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