Html Css Color HEX #B93824 Medium Carmine

📋 copy color: '#B93824'

red 185 ◦ green 56 ◦ blue 36

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

Shades of Medium Carmine #B93824

Tints of Medium Carmine #B93824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13%

R = 66.79%
G = 20.22%
B = 13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93824 (or 0xB93824) is known color: Medium Carmine. HEX triplet: B9, 38 and 24. RGB value is (185,56,36). Sum of RGB (Red+Green+Blue) = 185+56+36=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B93824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93824 is #46C7DB. Grayscale: #5C5C5C. Windows color (decimal): -4638684 or 2373817. OLE color: 2373817.

HSL color Cylindrical-coordinate representation of color #B93824: hue angle of 8.05º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93824 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 36 -
CMYK 0 0.70 0.81 0.27
HSL 8.05º 0.67% 0.43% -
HSV(B) 8.05º 0.81% 0.73% -
XYZ 21.74 13.27 3.08 -
YUV 92.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 185 56 36 0 0.70 0.81 0.27 8.05 0.67 0.43
Hex B9 38 24 0 46 51 1B 8 43 2B
Octal 271 70 44 0 106 121 33 10 103 53
Binary 10111001 111000 100100 0 1000110 1010001 11011 1000 1000011 101011

Color Harmonies of #B93824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93824

Black with #B93824

Text Example


Text Example

White with #B93824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93824; }

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

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

background-color css

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

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

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

border-color css

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

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

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