Html Css Color HEX #B7462C Medium Carmine

📋 copy color: '#B7462C'

red 183 ◦ green 70 ◦ blue 44

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

Shades of Medium Carmine #B7462C

Tints of Medium Carmine #B7462C

RGB

 RED value IS 183 (71.88% from 255) = 61.62%

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

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 61.62%
G = 23.57%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B7462C (or 0xB7462C) is known color: Medium Carmine. HEX triplet: B7, 46 and 2C. RGB value is (183,70,44). Sum of RGB (Red+Green+Blue) = 183+70+44=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7462C is #48B9D3. Grayscale: #656565. Windows color (decimal): -4766164 or 2901687. OLE color: 2901687.

HSL color Cylindrical-coordinate representation of color #B7462C: hue angle of 11.22º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7462C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 44 -
CMYK 0 0.62 0.76 0.28
HSL 11.22º 0.61% 0.45% -
HSV(B) 11.22º 0.76% 0.72% -
XYZ 22.17 14.63 4.04 -
YUV 100.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 183 70 44 0 0.62 0.76 0.28 11.22 0.61 0.45
Hex B7 46 2C 0 3E 4C 1C B 3D 2D
Octal 267 106 54 0 76 114 34 13 75 55
Binary 10110111 1000110 101100 0 111110 1001100 11100 1011 111101 101101

Color Harmonies of #B7462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7462C

Black with #B7462C

Text Example


Text Example

White with #B7462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7462C; }

 p { color: rgb(183,70,44); }

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

background-color css

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

 a { background-color: rgb(183,70,44); }

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

border-color css

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

 span { border-color: rgb(183,70,44); }

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