Html Css Color HEX #B3392F Medium Carmine

📋 copy color: '#B3392F'

red 179 ◦ green 57 ◦ blue 47

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

Shades of Medium Carmine #B3392F

Tints of Medium Carmine #B3392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

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

R = 63.25%
G = 20.14%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3392F (or 0xB3392F) is known color: Medium Carmine. HEX triplet: B3, 39 and 2F. RGB value is (179,57,47). Sum of RGB (Red+Green+Blue) = 179+57+47=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B3392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3392F is #4CC6D0. Grayscale: #5C5C5C. Windows color (decimal): -5031633 or 3094963. OLE color: 3094963.

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

Color convert

RGB 179 57 47 -
CMYK 0 0.68 0.74 0.30
HSL 4.55º 0.58% 0.44% -
HSV(B) 4.55º 0.74% 0.7% -
XYZ 20.57 12.72 4.06 -
YUV 92.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 179 57 47 0 0.68 0.74 0.30 4.55 0.58 0.44
Hex B3 39 2F 0 44 4A 1E 5 3A 2C
Octal 263 71 57 0 104 112 36 5 72 54
Binary 10110011 111001 101111 0 1000100 1001010 11110 101 111010 101100

Color Harmonies of #B3392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3392F

Black with #B3392F

Text Example


Text Example

White with #B3392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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