Html Css Color HEX #B94430 Medium Carmine

📋 copy color: '#B94430'

red 185 ◦ green 68 ◦ blue 48

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

Shades of Medium Carmine #B94430

Tints of Medium Carmine #B94430

RGB

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

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

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

R = 61.46%
G = 22.59%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94430 (or 0xB94430) is known color: Medium Carmine. HEX triplet: B9, 44 and 30. RGB value is (185,68,48). Sum of RGB (Red+Green+Blue) = 185+68+48=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B94430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94430 is #46BBCF. Grayscale: #646464. Windows color (decimal): -4635600 or 3163321. OLE color: 3163321.

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

Color convert

RGB 185 68 48 -
CMYK 0 0.63 0.74 0.27
HSL 8.76º 0.59% 0.46% -
HSV(B) 8.76º 0.74% 0.73% -
XYZ 22.61 14.66 4.43 -
YUV 100.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 185 68 48 0 0.63 0.74 0.27 8.76 0.59 0.46
Hex B9 44 30 0 3F 4A 1B 9 3B 2E
Octal 271 104 60 0 77 112 33 11 73 56
Binary 10111001 1000100 110000 0 111111 1001010 11011 1001 111011 101110

Color Harmonies of #B94430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94430

Black with #B94430

Text Example


Text Example

White with #B94430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94430; }

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

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

background-color css

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

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

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

border-color css

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

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

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