Html Css Color HEX #B9443A Medium Carmine

📋 copy color: '#B9443A'

red 185 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #B9443A

Tints of Medium Carmine #B9443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 59.49%
G = 21.86%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9443A (or 0xB9443A) is known color: Medium Carmine. HEX triplet: B9, 44 and 3A. RGB value is (185,68,58). Sum of RGB (Red+Green+Blue) = 185+68+58=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9443A is #46BBC5. Grayscale: #666666. Windows color (decimal): -4635590 or 3818681. OLE color: 3818681.

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

Color convert

RGB 185 68 58 -
CMYK 0 0.63 0.69 0.27
HSL 4.72º 0.52% 0.48% -
HSV(B) 4.72º 0.69% 0.73% -
XYZ 22.84 14.75 5.65 -
YUV 101.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 185 68 58 0 0.63 0.69 0.27 4.72 0.52 0.48
Hex B9 44 3A 0 3F 45 1B 5 34 30
Octal 271 104 72 0 77 105 33 5 64 60
Binary 10111001 1000100 111010 0 111111 1000101 11011 101 110100 110000

Color Harmonies of #B9443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9443A

Black with #B9443A

Text Example


Text Example

White with #B9443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9443A; }

 p { color: rgb(185,68,58); }

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

background-color css

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

 a { background-color: rgb(185,68,58); }

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

border-color css

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

 span { border-color: rgb(185,68,58); }

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