Html Css Color HEX #B9412A Medium Carmine

📋 copy color: '#B9412A'

red 185 ◦ green 65 ◦ blue 42

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

Shades of Medium Carmine #B9412A

Tints of Medium Carmine #B9412A

RGB

 RED value IS 185 (72.66% from 255) = 63.36%

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

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

R = 63.36%
G = 22.26%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9412A (or 0xB9412A) is known color: Medium Carmine. HEX triplet: B9, 41 and 2A. RGB value is (185,65,42). Sum of RGB (Red+Green+Blue) = 185+65+42=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B9412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9412A is #46BED5. Grayscale: #626262. Windows color (decimal): -4636374 or 2769337. OLE color: 2769337.

HSL color Cylindrical-coordinate representation of color #B9412A: hue angle of 9.65º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9412A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 42 -
CMYK 0 0.65 0.77 0.27
HSL 9.65º 0.63% 0.45% -
HSV(B) 9.65º 0.77% 0.73% -
XYZ 22.32 14.26 3.77 -
YUV 98.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 185 65 42 0 0.65 0.77 0.27 9.65 0.63 0.45
Hex B9 41 2A 0 41 4D 1B A 3F 2D
Octal 271 101 52 0 101 115 33 12 77 55
Binary 10111001 1000001 101010 0 1000001 1001101 11011 1010 111111 101101

Color Harmonies of #B9412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9412A

Black with #B9412A

Text Example


Text Example

White with #B9412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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