Html Css Color HEX #B53140 Brick Red

📋 copy color: '#B53140'

red 181 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #B53140

Tints of Brick Red #B53140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 61.56%
G = 16.67%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B53140 (or 0xB53140) is known color: Brick Red. HEX triplet: B5, 31 and 40. RGB value is (181,49,64). Sum of RGB (Red+Green+Blue) = 181+49+64=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B53140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53140 is #4ACEBF. Grayscale: #5A5A5A. Windows color (decimal): -4902592 or 4207029. OLE color: 4207029.

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

Color convert

RGB 181 49 64 -
CMYK 0 0.73 0.65 0.29
HSL 353.18º 0.57% 0.45% -
HSV(B) 353.18º 0.73% 0.71% -
XYZ 21.08 12.39 6.13 -
YUV 90.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 181 49 64 0 0.73 0.65 0.29 353.18 0.57 0.45
Hex B5 31 40 0 49 41 1D 161 39 2D
Octal 265 61 100 0 111 101 35 541 71 55
Binary 10110101 110001 1000000 0 1001001 1000001 11101 101100001 111001 101101

Color Harmonies of #B53140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53140

Black with #B53140

Text Example


Text Example

White with #B53140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53140; }

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

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

background-color css

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

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

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

border-color css

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

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

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