Html Css Color HEX #B94330 Medium Carmine

📋 copy color: '#B94330'

red 185 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #B94330

Tints of Medium Carmine #B94330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 61.67%
G = 22.33%
B = 16%

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

#B94330 (or 0xB94330) is known color: Medium Carmine. HEX triplet: B9, 43 and 30. RGB value is (185,67,48). Sum of RGB (Red+Green+Blue) = 185+67+48=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B94330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94330 is #46BCCF. Grayscale: #646464. Windows color (decimal): -4635856 or 3163065. OLE color: 3163065.

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

Color convert

RGB 185 67 48 -
CMYK 0 0.64 0.74 0.27
HSL 8.32º 0.59% 0.46% -
HSV(B) 8.32º 0.74% 0.73% -
XYZ 22.55 14.54 4.41 -
YUV 100.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 185 67 48 0 0.64 0.74 0.27 8.32 0.59 0.46
Hex B9 43 30 0 40 4A 1B 8 3B 2E
Octal 271 103 60 0 100 112 33 10 73 56
Binary 10111001 1000011 110000 0 1000000 1001010 11011 1000 111011 101110

Color Harmonies of #B94330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94330

Black with #B94330

Text Example


Text Example

White with #B94330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94330; }

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

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

background-color css

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

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

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

border-color css

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

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

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