Html Css Color HEX #B94328 Medium Carmine

📋 copy color: '#B94328'

red 185 ◦ green 67 ◦ blue 40

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

Shades of Medium Carmine #B94328

Tints of Medium Carmine #B94328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 63.36%
G = 22.95%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94328 (or 0xB94328) is known color: Medium Carmine. HEX triplet: B9, 43 and 28. RGB value is (185,67,40). Sum of RGB (Red+Green+Blue) = 185+67+40=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B94328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94328 is #46BCD7. Grayscale: #636363. Windows color (decimal): -4635864 or 2638777. OLE color: 2638777.

HSL color Cylindrical-coordinate representation of color #B94328: hue angle of 11.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94328 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 40 -
CMYK 0 0.64 0.78 0.27
HSL 11.17º 0.64% 0.44% -
HSV(B) 11.17º 0.78% 0.73% -
XYZ 22.4 14.48 3.62 -
YUV 99.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 185 67 40 0 0.64 0.78 0.27 11.17 0.64 0.44
Hex B9 43 28 0 40 4E 1B B 40 2C
Octal 271 103 50 0 100 116 33 13 100 54
Binary 10111001 1000011 101000 0 1000000 1001110 11011 1011 1000000 101100

Color Harmonies of #B94328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94328

Black with #B94328

Text Example


Text Example

White with #B94328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94328; }

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

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

background-color css

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

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

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

border-color css

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

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

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