Html Css Color HEX #B93826 Medium Carmine

📋 copy color: '#B93826'

red 185 ◦ green 56 ◦ blue 38

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

Shades of Medium Carmine #B93826

Tints of Medium Carmine #B93826

RGB

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

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

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

R = 66.31%
G = 20.07%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B93826 (or 0xB93826) is known color: Medium Carmine. HEX triplet: B9, 38 and 26. RGB value is (185,56,38). Sum of RGB (Red+Green+Blue) = 185+56+38=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B93826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93826 is #46C7D9. Grayscale: #5C5C5C. Windows color (decimal): -4638682 or 2504889. OLE color: 2504889.

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

Color convert

RGB 185 56 38 -
CMYK 0 0.70 0.79 0.27
HSL 7.35º 0.66% 0.44% -
HSV(B) 7.35º 0.79% 0.73% -
XYZ 21.77 13.28 3.25 -
YUV 92.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 185 56 38 0 0.70 0.79 0.27 7.35 0.66 0.44
Hex B9 38 26 0 46 4F 1B 7 42 2C
Octal 271 70 46 0 106 117 33 7 102 54
Binary 10111001 111000 100110 0 1000110 1001111 11011 111 1000010 101100

Color Harmonies of #B93826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93826

Black with #B93826

Text Example


Text Example

White with #B93826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93826; }

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

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

background-color css

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

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

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

border-color css

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

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

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