Html Css Color HEX #B1462D Medium Carmine

📋 copy color: '#B1462D'

red 177 ◦ green 70 ◦ blue 45

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

Shades of Medium Carmine #B1462D

Tints of Medium Carmine #B1462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 60.62%
G = 23.97%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1462D (or 0xB1462D) is known color: Medium Carmine. HEX triplet: B1, 46 and 2D. RGB value is (177,70,45). Sum of RGB (Red+Green+Blue) = 177+70+45=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1462D is #4EB9D2. Grayscale: #636363. Windows color (decimal): -5159379 or 2967217. OLE color: 2967217.

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

Color convert

RGB 177 70 45 -
CMYK 0 0.60 0.75 0.31
HSL 11.36º 0.59% 0.44% -
HSV(B) 11.36º 0.75% 0.69% -
XYZ 20.8 13.92 4.07 -
YUV 99.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 177 70 45 0 0.60 0.75 0.31 11.36 0.59 0.44
Hex B1 46 2D 0 3C 4B 1F B 3B 2C
Octal 261 106 55 0 74 113 37 13 73 54
Binary 10110001 1000110 101101 0 111100 1001011 11111 1011 111011 101100

Color Harmonies of #B1462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1462D

Black with #B1462D

Text Example


Text Example

White with #B1462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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