Html Css Color HEX #B93C44 Brick Red

📋 copy color: '#B93C44'

red 185 ◦ green 60 ◦ blue 68

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

Shades of Brick Red #B93C44

Tints of Brick Red #B93C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 59.11%
G = 19.17%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B93C44 (or 0xB93C44) is known color: Brick Red. HEX triplet: B9, 3C and 44. RGB value is (185,60,68). Sum of RGB (Red+Green+Blue) = 185+60+68=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C44 is #46C3BB. Grayscale: #626262. Windows color (decimal): -4637628 or 4471993. OLE color: 4471993.

HSL color Cylindrical-coordinate representation of color #B93C44: hue angle of 356.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C44 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 68 -
CMYK 0 0.68 0.63 0.27
HSL 356.16º 0.51% 0.48% -
HSV(B) 356.16º 0.68% 0.73% -
XYZ 22.67 13.96 6.97 -
YUV 98.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 185 60 68 0 0.68 0.63 0.27 356.16 0.51 0.48
Hex B9 3C 44 0 44 3F 1B 164 33 30
Octal 271 74 104 0 104 77 33 544 63 60
Binary 10111001 111100 1000100 0 1000100 111111 11011 101100100 110011 110000

Color Harmonies of #B93C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C44

Black with #B93C44

Text Example


Text Example

White with #B93C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C44; }

 p { color: rgb(185,60,68); }

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

background-color css

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

 a { background-color: rgb(185,60,68); }

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

border-color css

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

 span { border-color: rgb(185,60,68); }

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