Html Css Color HEX #B3463E Medium Carmine

📋 copy color: '#B3463E'

red 179 ◦ green 70 ◦ blue 62

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

Shades of Medium Carmine #B3463E

Tints of Medium Carmine #B3463E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 57.56%
G = 22.51%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3463E (or 0xB3463E) is known color: Medium Carmine. HEX triplet: B3, 46 and 3E. RGB value is (179,70,62). Sum of RGB (Red+Green+Blue) = 179+70+62=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3463E is #4CB9C1. Grayscale: #656565. Windows color (decimal): -5028290 or 4081331. OLE color: 4081331.

HSL color Cylindrical-coordinate representation of color #B3463E: hue angle of 4.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3463E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 62 -
CMYK 0 0.61 0.65 0.30
HSL 4.1º 0.49% 0.47% -
HSV(B) 4.1º 0.65% 0.7% -
XYZ 21.65 14.31 6.18 -
YUV 101.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 179 70 62 0 0.61 0.65 0.30 4.1 0.49 0.47
Hex B3 46 3E 0 3D 41 1E 4 31 2F
Octal 263 106 76 0 75 101 36 4 61 57
Binary 10110011 1000110 111110 0 111101 1000001 11110 100 110001 101111

Color Harmonies of #B3463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3463E

Black with #B3463E

Text Example


Text Example

White with #B3463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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