Html Css Color HEX #B3352C Medium Carmine

📋 copy color: '#B3352C'

red 179 ◦ green 53 ◦ blue 44

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

Shades of Medium Carmine #B3352C

Tints of Medium Carmine #B3352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 64.86%
G = 19.2%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3352C (or 0xB3352C) is known color: Medium Carmine. HEX triplet: B3, 35 and 2C. RGB value is (179,53,44). Sum of RGB (Red+Green+Blue) = 179+53+44=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3352C is #4CCAD3. Grayscale: #595959. Windows color (decimal): -5032660 or 2897331. OLE color: 2897331.

HSL color Cylindrical-coordinate representation of color #B3352C: hue angle of 4º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3352C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 44 -
CMYK 0 0.70 0.75 0.30
HSL 0.61% 0.44% -
HSV(B) 0.75% 0.7% -
XYZ 20.32 12.31 3.69 -
YUV 89.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 179 53 44 0 0.70 0.75 0.30 4 0.61 0.44
Hex B3 35 2C 0 46 4B 1E 4 3D 2C
Octal 263 65 54 0 106 113 36 4 75 54
Binary 10110011 110101 101100 0 1000110 1001011 11110 100 111101 101100

Color Harmonies of #B3352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3352C

Black with #B3352C

Text Example


Text Example

White with #B3352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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