Html Css Color HEX #B93829 Medium Carmine

📋 copy color: '#B93829'

red 185 ◦ green 56 ◦ blue 41

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

Shades of Medium Carmine #B93829

Tints of Medium Carmine #B93829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 65.6%
G = 19.86%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B93829 (or 0xB93829) is known color: Medium Carmine. HEX triplet: B9, 38 and 29. RGB value is (185,56,41). Sum of RGB (Red+Green+Blue) = 185+56+41=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B93829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93829 is #46C7D6. Grayscale: #5D5D5D. Windows color (decimal): -4638679 or 2701497. OLE color: 2701497.

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

Color convert

RGB 185 56 41 -
CMYK 0 0.70 0.78 0.27
HSL 6.25º 0.64% 0.44% -
HSV(B) 6.25º 0.78% 0.73% -
XYZ 21.82 13.3 3.52 -
YUV 92.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 185 56 41 0 0.70 0.78 0.27 6.25 0.64 0.44
Hex B9 38 29 0 46 4E 1B 6 40 2C
Octal 271 70 51 0 106 116 33 6 100 54
Binary 10111001 111000 101001 0 1000110 1001110 11011 110 1000000 101100

Color Harmonies of #B93829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93829

Black with #B93829

Text Example


Text Example

White with #B93829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93829; }

 p { color: rgb(185,56,41); }

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

background-color css

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

 a { background-color: rgb(185,56,41); }

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

border-color css

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

 span { border-color: rgb(185,56,41); }

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