Html Css Color HEX #B9382A Medium Carmine

📋 copy color: '#B9382A'

red 185 ◦ green 56 ◦ blue 42

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

Shades of Medium Carmine #B9382A

Tints of Medium Carmine #B9382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 65.37%
G = 19.79%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9382A (or 0xB9382A) is known color: Medium Carmine. HEX triplet: B9, 38 and 2A. RGB value is (185,56,42). Sum of RGB (Red+Green+Blue) = 185+56+42=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9382A is #46C7D5. Grayscale: #5D5D5D. Windows color (decimal): -4638678 or 2767033. OLE color: 2767033.

HSL color Cylindrical-coordinate representation of color #B9382A: hue angle of 5.87º 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 #B9382A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 42 -
CMYK 0 0.70 0.77 0.27
HSL 5.87º 0.63% 0.45% -
HSV(B) 5.87º 0.77% 0.73% -
XYZ 21.84 13.31 3.61 -
YUV 92.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 185 56 42 0 0.70 0.77 0.27 5.87 0.63 0.45
Hex B9 38 2A 0 46 4D 1B 6 3F 2D
Octal 271 70 52 0 106 115 33 6 77 55
Binary 10111001 111000 101010 0 1000110 1001101 11011 110 111111 101101

Color Harmonies of #B9382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9382A

Black with #B9382A

Text Example


Text Example

White with #B9382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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