Html Css Color HEX #B3352A Medium Carmine

📋 copy color: '#B3352A'

red 179 ◦ green 53 ◦ blue 42

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

Shades of Medium Carmine #B3352A

Tints of Medium Carmine #B3352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 65.33%
G = 19.34%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3352A (or 0xB3352A) is known color: Medium Carmine. HEX triplet: B3, 35 and 2A. RGB value is (179,53,42). Sum of RGB (Red+Green+Blue) = 179+53+42=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3352A is #4CCAD5. Grayscale: #595959. Windows color (decimal): -5032662 or 2766259. OLE color: 2766259.

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

Color convert

RGB 179 53 42 -
CMYK 0 0.70 0.77 0.30
HSL 4.82º 0.62% 0.43% -
HSV(B) 4.82º 0.77% 0.7% -
XYZ 20.28 12.3 3.5 -
YUV 89.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 179 53 42 0 0.70 0.77 0.30 4.82 0.62 0.43
Hex B3 35 2A 0 46 4D 1E 5 3E 2B
Octal 263 65 52 0 106 115 36 5 76 53
Binary 10110011 110101 101010 0 1000110 1001101 11110 101 111110 101011

Color Harmonies of #B3352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3352A

Black with #B3352A

Text Example


Text Example

White with #B3352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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