Html Css Color HEX #B93428 Medium Carmine

📋 copy color: '#B93428'

red 185 ◦ green 52 ◦ blue 40

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

Shades of Medium Carmine #B93428

Tints of Medium Carmine #B93428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 66.79%
G = 18.77%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93428 (or 0xB93428) is known color: Medium Carmine. HEX triplet: B9, 34 and 28. RGB value is (185,52,40). Sum of RGB (Red+Green+Blue) = 185+52+40=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B93428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93428 is #46CBD7. Grayscale: #5A5A5A. Windows color (decimal): -4639704 or 2634937. OLE color: 2634937.

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

Color convert

RGB 185 52 40 -
CMYK 0 0.72 0.78 0.27
HSL 4.97º 0.64% 0.44% -
HSV(B) 4.97º 0.78% 0.73% -
XYZ 21.62 12.92 3.36 -
YUV 90.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 185 52 40 0 0.72 0.78 0.27 4.97 0.64 0.44
Hex B9 34 28 0 48 4E 1B 5 40 2C
Octal 271 64 50 0 110 116 33 5 100 54
Binary 10111001 110100 101000 0 1001000 1001110 11011 101 1000000 101100

Color Harmonies of #B93428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93428

Black with #B93428

Text Example


Text Example

White with #B93428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93428; }

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

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

background-color css

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

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

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

border-color css

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

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

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