Html Css Color HEX #B3322F Medium Carmine

📋 copy color: '#B3322F'

red 179 ◦ green 50 ◦ blue 47

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

Shades of Medium Carmine #B3322F

Tints of Medium Carmine #B3322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 64.86%
G = 18.12%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3322F (or 0xB3322F) is known color: Medium Carmine. HEX triplet: B3, 32 and 2F. RGB value is (179,50,47). Sum of RGB (Red+Green+Blue) = 179+50+47=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3322F is #4CCDD0. Grayscale: #585858. Windows color (decimal): -5033425 or 3093171. OLE color: 3093171.

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

Color convert

RGB 179 50 47 -
CMYK 0 0.72 0.74 0.30
HSL 1.36º 0.58% 0.44% -
HSV(B) 1.36º 0.74% 0.7% -
XYZ 20.24 12.07 3.95 -
YUV 88.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 179 50 47 0 0.72 0.74 0.30 1.36 0.58 0.44
Hex B3 32 2F 0 48 4A 1E 1 3A 2C
Octal 263 62 57 0 110 112 36 1 72 54
Binary 10110011 110010 101111 0 1001000 1001010 11110 1 111010 101100

Color Harmonies of #B3322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3322F

Black with #B3322F

Text Example


Text Example

White with #B3322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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