Html Css Color HEX #B9432D Medium Carmine

📋 copy color: '#B9432D'

red 185 ◦ green 67 ◦ blue 45

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

Shades of Medium Carmine #B9432D

Tints of Medium Carmine #B9432D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

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

R = 62.29%
G = 22.56%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9432D (or 0xB9432D) is known color: Medium Carmine. HEX triplet: B9, 43 and 2D. RGB value is (185,67,45). Sum of RGB (Red+Green+Blue) = 185+67+45=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9432D is #46BCD2. Grayscale: #636363. Windows color (decimal): -4635859 or 2966457. OLE color: 2966457.

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

Color convert

RGB 185 67 45 -
CMYK 0 0.64 0.76 0.27
HSL 9.43º 0.61% 0.45% -
HSV(B) 9.43º 0.76% 0.73% -
XYZ 22.49 14.52 4.1 -
YUV 99.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 185 67 45 0 0.64 0.76 0.27 9.43 0.61 0.45
Hex B9 43 2D 0 40 4C 1B 9 3D 2D
Octal 271 103 55 0 100 114 33 11 75 55
Binary 10111001 1000011 101101 0 1000000 1001100 11011 1001 111101 101101

Color Harmonies of #B9432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9432D

Black with #B9432D

Text Example


Text Example

White with #B9432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9432D; }

 p { color: rgb(185,67,45); }

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

background-color css

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

 a { background-color: rgb(185,67,45); }

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

border-color css

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

 span { border-color: rgb(185,67,45); }

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