Html Css Color HEX #B94230 Medium Carmine

📋 copy color: '#B94230'

red 185 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #B94230

Tints of Medium Carmine #B94230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 61.87%
G = 22.07%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94230 (or 0xB94230) is known color: Medium Carmine. HEX triplet: B9, 42 and 30. RGB value is (185,66,48). Sum of RGB (Red+Green+Blue) = 185+66+48=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B94230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94230 is #46BDCF. Grayscale: #636363. Windows color (decimal): -4636112 or 3162809. OLE color: 3162809.

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

Color convert

RGB 185 66 48 -
CMYK 0 0.64 0.74 0.27
HSL 7.88º 0.59% 0.46% -
HSV(B) 7.88º 0.74% 0.73% -
XYZ 22.49 14.42 4.4 -
YUV 99.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 185 66 48 0 0.64 0.74 0.27 7.88 0.59 0.46
Hex B9 42 30 0 40 4A 1B 8 3B 2E
Octal 271 102 60 0 100 112 33 10 73 56
Binary 10111001 1000010 110000 0 1000000 1001010 11011 1000 111011 101110

Color Harmonies of #B94230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94230

Black with #B94230

Text Example


Text Example

White with #B94230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94230; }

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

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

background-color css

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

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

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

border-color css

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

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

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