Html Css Color HEX #B93B28 Medium Carmine

📋 copy color: '#B93B28'

red 185 ◦ green 59 ◦ blue 40

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

Shades of Medium Carmine #B93B28

Tints of Medium Carmine #B93B28

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

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

R = 65.14%
G = 20.77%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93B28 (or 0xB93B28) is known color: Medium Carmine. HEX triplet: B9, 3B and 28. RGB value is (185,59,40). Sum of RGB (Red+Green+Blue) = 185+59+40=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B28 is #46C4D7. Grayscale: #5E5E5E. Windows color (decimal): -4637912 or 2636729. OLE color: 2636729.

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

Color convert

RGB 185 59 40 -
CMYK 0 0.68 0.78 0.27
HSL 7.86º 0.64% 0.44% -
HSV(B) 7.86º 0.78% 0.73% -
XYZ 21.95 13.6 3.47 -
YUV 94.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 185 59 40 0 0.68 0.78 0.27 7.86 0.64 0.44
Hex B9 3B 28 0 44 4E 1B 8 40 2C
Octal 271 73 50 0 104 116 33 10 100 54
Binary 10111001 111011 101000 0 1000100 1001110 11011 1000 1000000 101100

Color Harmonies of #B93B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B28

Black with #B93B28

Text Example


Text Example

White with #B93B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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