Html Css Color HEX #B7412A Medium Carmine

📋 copy color: '#B7412A'

red 183 ◦ green 65 ◦ blue 42

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

Shades of Medium Carmine #B7412A

Tints of Medium Carmine #B7412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

 BLUE value IS 42 (16.8% from 255) = 14.48%

R = 63.1%
G = 22.41%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7412A (or 0xB7412A) is known color: Medium Carmine. HEX triplet: B7, 41 and 2A. RGB value is (183,65,42). Sum of RGB (Red+Green+Blue) = 183+65+42=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7412A is #48BED5. Grayscale: #616161. Windows color (decimal): -4767446 or 2769335. OLE color: 2769335.

HSL color Cylindrical-coordinate representation of color #B7412A: hue angle of 9.79º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7412A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 42 -
CMYK 0 0.64 0.77 0.28
HSL 9.79º 0.63% 0.44% -
HSV(B) 9.79º 0.77% 0.72% -
XYZ 21.84 14.02 3.74 -
YUV 97.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 183 65 42 0 0.64 0.77 0.28 9.79 0.63 0.44
Hex B7 41 2A 0 40 4D 1C A 3F 2C
Octal 267 101 52 0 100 115 34 12 77 54
Binary 10110111 1000001 101010 0 1000000 1001101 11100 1010 111111 101100

Color Harmonies of #B7412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7412A

Black with #B7412A

Text Example


Text Example

White with #B7412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7412A; }

 p { color: rgb(183,65,42); }

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

background-color css

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

 a { background-color: rgb(183,65,42); }

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

border-color css

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

 span { border-color: rgb(183,65,42); }

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