Html Css Color HEX #B93D28 Medium Carmine

📋 copy color: '#B93D28'

red 185 ◦ green 61 ◦ blue 40

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

Shades of Medium Carmine #B93D28

Tints of Medium Carmine #B93D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

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

R = 64.69%
G = 21.33%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93D28 (or 0xB93D28) is known color: Medium Carmine. HEX triplet: B9, 3D and 28. RGB value is (185,61,40). Sum of RGB (Red+Green+Blue) = 185+61+40=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D28 is #46C2D7. Grayscale: #5F5F5F. Windows color (decimal): -4637400 or 2637241. OLE color: 2637241.

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

Color convert

RGB 185 61 40 -
CMYK 0 0.67 0.78 0.27
HSL 8.69º 0.64% 0.44% -
HSV(B) 8.69º 0.78% 0.73% -
XYZ 22.06 13.8 3.51 -
YUV 95.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 185 61 40 0 0.67 0.78 0.27 8.69 0.64 0.44
Hex B9 3D 28 0 43 4E 1B 9 40 2C
Octal 271 75 50 0 103 116 33 11 100 54
Binary 10111001 111101 101000 0 1000011 1001110 11011 1001 1000000 101100

Color Harmonies of #B93D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D28

Black with #B93D28

Text Example


Text Example

White with #B93D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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