Html Css Color HEX #B93625 Medium Carmine

📋 copy color: '#B93625'

red 185 ◦ green 54 ◦ blue 37

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

Shades of Medium Carmine #B93625

Tints of Medium Carmine #B93625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 67.03%
G = 19.57%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B93625 (or 0xB93625) is known color: Medium Carmine. HEX triplet: B9, 36 and 25. RGB value is (185,54,37). Sum of RGB (Red+Green+Blue) = 185+54+37=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93625 is #46C9DA. Grayscale: #5B5B5B. Windows color (decimal): -4639195 or 2438841. OLE color: 2438841.

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

Color convert

RGB 185 54 37 -
CMYK 0 0.71 0.80 0.27
HSL 6.89º 0.67% 0.44% -
HSV(B) 6.89º 0.8% 0.73% -
XYZ 21.66 13.09 3.13 -
YUV 91.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 185 54 37 0 0.71 0.80 0.27 6.89 0.67 0.44
Hex B9 36 25 0 47 50 1B 7 43 2C
Octal 271 66 45 0 107 120 33 7 103 54
Binary 10111001 110110 100101 0 1000111 1010000 11011 111 1000011 101100

Color Harmonies of #B93625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93625

Black with #B93625

Text Example


Text Example

White with #B93625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93625; }

 p { color: rgb(185,54,37); }

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

background-color css

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

 a { background-color: rgb(185,54,37); }

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

border-color css

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

 span { border-color: rgb(185,54,37); }

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