Html Css Color HEX #B93A30 Medium Carmine

📋 copy color: '#B93A30'

red 185 ◦ green 58 ◦ blue 48

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

Shades of Medium Carmine #B93A30

Tints of Medium Carmine #B93A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 63.57%
G = 19.93%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93A30 (or 0xB93A30) is known color: Medium Carmine. HEX triplet: B9, 3A and 30. RGB value is (185,58,48). Sum of RGB (Red+Green+Blue) = 185+58+48=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A30 is #46C5CF. Grayscale: #5F5F5F. Windows color (decimal): -4638160 or 3160761. OLE color: 3160761.

HSL color Cylindrical-coordinate representation of color #B93A30: hue angle of 4.38º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93A30 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 58 48 -
CMYK 0 0.69 0.74 0.27
HSL 4.38º 0.59% 0.46% -
HSV(B) 4.38º 0.74% 0.73% -
XYZ 22.05 13.55 4.25 -
YUV 94.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 185 58 48 0 0.69 0.74 0.27 4.38 0.59 0.46
Hex B9 3A 30 0 45 4A 1B 4 3B 2E
Octal 271 72 60 0 105 112 33 4 73 56
Binary 10111001 111010 110000 0 1000101 1001010 11011 100 111011 101110

Color Harmonies of #B93A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A30

Black with #B93A30

Text Example


Text Example

White with #B93A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A30; }

 p { color: rgb(185,58,48); }

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

background-color css

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

 a { background-color: rgb(185,58,48); }

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

border-color css

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

 span { border-color: rgb(185,58,48); }

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