Html Css Color HEX #B93623 Medium Carmine

📋 copy color: '#B93623'

red 185 ◦ green 54 ◦ blue 35

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

Shades of Medium Carmine #B93623

Tints of Medium Carmine #B93623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.77%

R = 67.52%
G = 19.71%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B93623 (or 0xB93623) is known color: Medium Carmine. HEX triplet: B9, 36 and 23. RGB value is (185,54,35). Sum of RGB (Red+Green+Blue) = 185+54+35=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93623 is #46C9DC. Grayscale: #5B5B5B. Windows color (decimal): -4639197 or 2307769. OLE color: 2307769.

HSL color Cylindrical-coordinate representation of color #B93623: hue angle of 7.6º degrees, saturation: 0.68, 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 #B93623 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 35 -
CMYK 0 0.71 0.81 0.27
HSL 7.6º 0.68% 0.43% -
HSV(B) 7.6º 0.81% 0.73% -
XYZ 21.63 13.07 2.97 -
YUV 91 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 185 54 35 0 0.71 0.81 0.27 7.6 0.68 0.43
Hex B9 36 23 0 47 51 1B 8 44 2B
Octal 271 66 43 0 107 121 33 10 104 53
Binary 10111001 110110 100011 0 1000111 1010001 11011 1000 1000100 101011

Color Harmonies of #B93623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93623

Black with #B93623

Text Example


Text Example

White with #B93623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93623; }

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

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

background-color css

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

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

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

border-color css

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

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

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