Html Css Color HEX #B93828 Medium Carmine

📋 copy color: '#B93828'

red 185 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #B93828

Tints of Medium Carmine #B93828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

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

R = 65.84%
G = 19.93%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93828 (or 0xB93828) is known color: Medium Carmine. HEX triplet: B9, 38 and 28. RGB value is (185,56,40). Sum of RGB (Red+Green+Blue) = 185+56+40=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B93828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93828 is #46C7D7. Grayscale: #5C5C5C. Windows color (decimal): -4638680 or 2635961. OLE color: 2635961.

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

Color convert

RGB 185 56 40 -
CMYK 0 0.70 0.78 0.27
HSL 6.62º 0.64% 0.44% -
HSV(B) 6.62º 0.78% 0.73% -
XYZ 21.8 13.3 3.42 -
YUV 92.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 185 56 40 0 0.70 0.78 0.27 6.62 0.64 0.44
Hex B9 38 28 0 46 4E 1B 7 40 2C
Octal 271 70 50 0 106 116 33 7 100 54
Binary 10111001 111000 101000 0 1000110 1001110 11011 111 1000000 101100

Color Harmonies of #B93828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93828

Black with #B93828

Text Example


Text Example

White with #B93828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93828; }

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

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

background-color css

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

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

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

border-color css

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

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

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