Html Css Color HEX #B1462F Medium Carmine

📋 copy color: '#B1462F'

red 177 ◦ green 70 ◦ blue 47

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

Shades of Medium Carmine #B1462F

Tints of Medium Carmine #B1462F

RGB

 RED value IS 177 (69.53% from 255) = 60.2%

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

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

R = 60.2%
G = 23.81%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1462F (or 0xB1462F) is known color: Medium Carmine. HEX triplet: B1, 46 and 2F. RGB value is (177,70,47). Sum of RGB (Red+Green+Blue) = 177+70+47=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1462F is #4EB9D0. Grayscale: #636363. Windows color (decimal): -5159377 or 3098289. OLE color: 3098289.

HSL color Cylindrical-coordinate representation of color #B1462F: hue angle of 10.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1462F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 47 -
CMYK 0 0.60 0.73 0.31
HSL 10.62º 0.58% 0.44% -
HSV(B) 10.62º 0.73% 0.69% -
XYZ 20.83 13.93 4.28 -
YUV 99.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 177 70 47 0 0.60 0.73 0.31 10.62 0.58 0.44
Hex B1 46 2F 0 3C 49 1F B 3A 2C
Octal 261 106 57 0 74 111 37 13 72 54
Binary 10110001 1000110 101111 0 111100 1001001 11111 1011 111010 101100

Color Harmonies of #B1462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1462F

Black with #B1462F

Text Example


Text Example

White with #B1462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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