Html Css Color HEX #B3462F Medium Carmine

📋 copy color: '#B3462F'

red 179 ◦ green 70 ◦ blue 47

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

Shades of Medium Carmine #B3462F

Tints of Medium Carmine #B3462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 60.47%
G = 23.65%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3462F (or 0xB3462F) is known color: Medium Carmine. HEX triplet: B3, 46 and 2F. RGB value is (179,70,47). Sum of RGB (Red+Green+Blue) = 179+70+47=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3462F is #4CB9D0. Grayscale: #646464. Windows color (decimal): -5028305 or 3098291. OLE color: 3098291.

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

Color convert

RGB 179 70 47 -
CMYK 0 0.61 0.74 0.30
HSL 10.45º 0.58% 0.44% -
HSV(B) 10.45º 0.74% 0.7% -
XYZ 21.29 14.17 4.3 -
YUV 99.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 179 70 47 0 0.61 0.74 0.30 10.45 0.58 0.44
Hex B3 46 2F 0 3D 4A 1E A 3A 2C
Octal 263 106 57 0 75 112 36 12 72 54
Binary 10110011 1000110 101111 0 111101 1001010 11110 1010 111010 101100

Color Harmonies of #B3462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3462F

Black with #B3462F

Text Example


Text Example

White with #B3462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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