Html Css Color HEX #B53440 Brick Red

📋 copy color: '#B53440'

red 181 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #B53440

Tints of Brick Red #B53440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 60.94%
G = 17.51%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B53440 (or 0xB53440) is known color: Brick Red. HEX triplet: B5, 34 and 40. RGB value is (181,52,64). Sum of RGB (Red+Green+Blue) = 181+52+64=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53440 is #4ACBBF. Grayscale: #5C5C5C. Windows color (decimal): -4901824 or 4207797. OLE color: 4207797.

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

Color convert

RGB 181 52 64 -
CMYK 0 0.71 0.65 0.29
HSL 354.42º 0.55% 0.46% -
HSV(B) 354.42º 0.71% 0.71% -
XYZ 21.21 12.65 6.17 -
YUV 91.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 181 52 64 0 0.71 0.65 0.29 354.42 0.55 0.46
Hex B5 34 40 0 47 41 1D 162 37 2E
Octal 265 64 100 0 107 101 35 542 67 56
Binary 10110101 110100 1000000 0 1000111 1000001 11101 101100010 110111 101110

Color Harmonies of #B53440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53440

Black with #B53440

Text Example


Text Example

White with #B53440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53440; }

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

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

background-color css

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

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

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

border-color css

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

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

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