Html Css Color HEX #B93526 Medium Carmine

📋 copy color: '#B93526'

red 185 ◦ green 53 ◦ blue 38

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

Shades of Medium Carmine #B93526

Tints of Medium Carmine #B93526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 67.03%
G = 19.2%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93526 (or 0xB93526) is known color: Medium Carmine. HEX triplet: B9, 35 and 26. RGB value is (185,53,38). Sum of RGB (Red+Green+Blue) = 185+53+38=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93526 is #46CAD9. Grayscale: #5A5A5A. Windows color (decimal): -4639450 or 2504121. OLE color: 2504121.

HSL color Cylindrical-coordinate representation of color #B93526: hue angle of 6.12º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B93526 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 38 -
CMYK 0 0.71 0.79 0.27
HSL 6.12º 0.66% 0.44% -
HSV(B) 6.12º 0.79% 0.73% -
XYZ 21.63 13 3.2 -
YUV 90.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 185 53 38 0 0.71 0.79 0.27 6.12 0.66 0.44
Hex B9 35 26 0 47 4F 1B 6 42 2C
Octal 271 65 46 0 107 117 33 6 102 54
Binary 10111001 110101 100110 0 1000111 1001111 11011 110 1000010 101100

Color Harmonies of #B93526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93526

Black with #B93526

Text Example


Text Example

White with #B93526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93526; }

 p { color: rgb(185,53,38); }

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

background-color css

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

 a { background-color: rgb(185,53,38); }

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

border-color css

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

 span { border-color: rgb(185,53,38); }

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