Html Css Color HEX #B94130 Medium Carmine

📋 copy color: '#B94130'

red 185 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #B94130

Tints of Medium Carmine #B94130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 62.08%
G = 21.81%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94130 (or 0xB94130) is known color: Medium Carmine. HEX triplet: B9, 41 and 30. RGB value is (185,65,48). Sum of RGB (Red+Green+Blue) = 185+65+48=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B94130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94130 is #46BECF. Grayscale: #636363. Windows color (decimal): -4636368 or 3162553. OLE color: 3162553.

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

Color convert

RGB 185 65 48 -
CMYK 0 0.65 0.74 0.27
HSL 7.45º 0.59% 0.46% -
HSV(B) 7.45º 0.74% 0.73% -
XYZ 22.43 14.31 4.38 -
YUV 98.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 185 65 48 0 0.65 0.74 0.27 7.45 0.59 0.46
Hex B9 41 30 0 41 4A 1B 7 3B 2E
Octal 271 101 60 0 101 112 33 7 73 56
Binary 10111001 1000001 110000 0 1000001 1001010 11011 111 111011 101110

Color Harmonies of #B94130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94130

Black with #B94130

Text Example


Text Example

White with #B94130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94130; }

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

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

background-color css

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

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

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

border-color css

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

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

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