Html Css Color HEX #B93640 Brick Red

📋 copy color: '#B93640'

red 185 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #B93640

Tints of Brick Red #B93640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 61.06%
G = 17.82%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B93640 (or 0xB93640) is known color: Brick Red. HEX triplet: B9, 36 and 40. RGB value is (185,54,64). Sum of RGB (Red+Green+Blue) = 185+54+64=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B93640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93640 is #46C9BF. Grayscale: #5E5E5E. Windows color (decimal): -4639168 or 4208313. OLE color: 4208313.

HSL color Cylindrical-coordinate representation of color #B93640: hue angle of 355.42º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93640 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 64 -
CMYK 0 0.71 0.65 0.27
HSL 355.42º 0.55% 0.47% -
HSV(B) 355.42º 0.71% 0.73% -
XYZ 22.25 13.32 6.25 -
YUV 94.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 185 54 64 0 0.71 0.65 0.27 355.42 0.55 0.47
Hex B9 36 40 0 47 41 1B 163 37 2F
Octal 271 66 100 0 107 101 33 543 67 57
Binary 10111001 110110 1000000 0 1000111 1000001 11011 101100011 110111 101111

Color Harmonies of #B93640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93640

Black with #B93640

Text Example


Text Example

White with #B93640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93640; }

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

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

background-color css

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

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

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

border-color css

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

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

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