Html Css Color HEX #B93430 Medium Carmine

📋 copy color: '#B93430'

red 185 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #B93430

Tints of Medium Carmine #B93430

RGB

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

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

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

R = 64.91%
G = 18.25%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93430 (or 0xB93430) is known color: Medium Carmine. HEX triplet: B9, 34 and 30. RGB value is (185,52,48). Sum of RGB (Red+Green+Blue) = 185+52+48=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93430 is #46CBCF. Grayscale: #5B5B5B. Windows color (decimal): -4639696 or 3159225. OLE color: 3159225.

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

Color convert

RGB 185 52 48 -
CMYK 0 0.72 0.74 0.27
HSL 1.75º 0.59% 0.46% -
HSV(B) 1.75º 0.74% 0.73% -
XYZ 21.77 12.98 4.16 -
YUV 91.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 185 52 48 0 0.72 0.74 0.27 1.75 0.59 0.46
Hex B9 34 30 0 48 4A 1B 2 3B 2E
Octal 271 64 60 0 110 112 33 2 73 56
Binary 10111001 110100 110000 0 1001000 1001010 11011 10 111011 101110

Color Harmonies of #B93430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93430

Black with #B93430

Text Example


Text Example

White with #B93430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93430; }

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

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

background-color css

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

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

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

border-color css

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

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

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