Html Css Color HEX #B7412B Medium Carmine

📋 copy color: '#B7412B'

red 183 ◦ green 65 ◦ blue 43

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

Shades of Medium Carmine #B7412B

Tints of Medium Carmine #B7412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 62.89%
G = 22.34%
B = 14.78%

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

#B7412B (or 0xB7412B) is known color: Medium Carmine. HEX triplet: B7, 41 and 2B. RGB value is (183,65,43). Sum of RGB (Red+Green+Blue) = 183+65+43=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7412B is #48BED4. Grayscale: #616161. Windows color (decimal): -4767445 or 2834871. OLE color: 2834871.

HSL color Cylindrical-coordinate representation of color #B7412B: hue angle of 9.43º degrees, saturation: 0.62, 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 #B7412B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 43 -
CMYK 0 0.64 0.77 0.28
HSL 9.43º 0.62% 0.44% -
HSV(B) 9.43º 0.77% 0.72% -
XYZ 21.85 14.02 3.84 -
YUV 97.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 183 65 43 0 0.64 0.77 0.28 9.43 0.62 0.44
Hex B7 41 2B 0 40 4D 1C 9 3E 2C
Octal 267 101 53 0 100 115 34 11 76 54
Binary 10110111 1000001 101011 0 1000000 1001101 11100 1001 111110 101100

Color Harmonies of #B7412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7412B

Black with #B7412B

Text Example


Text Example

White with #B7412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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