Html Css Color HEX #B3342F Medium Carmine

📋 copy color: '#B3342F'

red 179 ◦ green 52 ◦ blue 47

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

Shades of Medium Carmine #B3342F

Tints of Medium Carmine #B3342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 64.39%
G = 18.71%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3342F (or 0xB3342F) is known color: Medium Carmine. HEX triplet: B3, 34 and 2F. RGB value is (179,52,47). Sum of RGB (Red+Green+Blue) = 179+52+47=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3342F is #4CCBD0. Grayscale: #595959. Windows color (decimal): -5032913 or 3093683. OLE color: 3093683.

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

Color convert

RGB 179 52 47 -
CMYK 0 0.71 0.74 0.30
HSL 2.27º 0.58% 0.44% -
HSV(B) 2.27º 0.74% 0.7% -
XYZ 20.33 12.24 3.98 -
YUV 89.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 179 52 47 0 0.71 0.74 0.30 2.27 0.58 0.44
Hex B3 34 2F 0 47 4A 1E 2 3A 2C
Octal 263 64 57 0 107 112 36 2 72 54
Binary 10110011 110100 101111 0 1000111 1001010 11110 10 111010 101100

Color Harmonies of #B3342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3342F

Black with #B3342F

Text Example


Text Example

White with #B3342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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