Html Css Color HEX #B53940 Brick Red

📋 copy color: '#B53940'

red 181 ◦ green 57 ◦ blue 64

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

Shades of Brick Red #B53940

Tints of Brick Red #B53940

RGB

 RED value IS 181 (71.09% from 255) = 59.93%

 GREEN value IS 57 (22.66% from 255) = 18.87%

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

R = 59.93%
G = 18.87%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B53940 (or 0xB53940) is known color: Brick Red. HEX triplet: B5, 39 and 40. RGB value is (181,57,64). Sum of RGB (Red+Green+Blue) = 181+57+64=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B53940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53940 is #4AC6BF. Grayscale: #5E5E5E. Windows color (decimal): -4900544 or 4209077. OLE color: 4209077.

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

Color convert

RGB 181 57 64 -
CMYK 0 0.69 0.65 0.29
HSL 356.61º 0.52% 0.47% -
HSV(B) 356.61º 0.69% 0.71% -
XYZ 21.44 13.12 6.25 -
YUV 94.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 181 57 64 0 0.69 0.65 0.29 356.61 0.52 0.47
Hex B5 39 40 0 45 41 1D 165 34 2F
Octal 265 71 100 0 105 101 35 545 64 57
Binary 10110101 111001 1000000 0 1000101 1000001 11101 101100101 110100 101111

Color Harmonies of #B53940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53940

Black with #B53940

Text Example


Text Example

White with #B53940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53940; }

 p { color: rgb(181,57,64); }

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

background-color css

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

 a { background-color: rgb(181,57,64); }

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

border-color css

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

 span { border-color: rgb(181,57,64); }

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