Html Css Color HEX #B53040 Brick Red

📋 copy color: '#B53040'

red 181 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #B53040

Tints of Brick Red #B53040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 61.77%
G = 16.38%
B = 21.84%

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

#B53040 (or 0xB53040) is known color: Brick Red. HEX triplet: B5, 30 and 40. RGB value is (181,48,64). Sum of RGB (Red+Green+Blue) = 181+48+64=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B53040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53040 is #4ACFBF. Grayscale: #595959. Windows color (decimal): -4902848 or 4206773. OLE color: 4206773.

HSL color Cylindrical-coordinate representation of color #B53040: hue angle of 352.78º degrees, saturation: 0.58, 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 #B53040 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 64 -
CMYK 0 0.73 0.65 0.29
HSL 352.78º 0.58% 0.45% -
HSV(B) 352.78º 0.73% 0.71% -
XYZ 21.04 12.31 6.12 -
YUV 89.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 181 48 64 0 0.73 0.65 0.29 352.78 0.58 0.45
Hex B5 30 40 0 49 41 1D 161 3A 2D
Octal 265 60 100 0 111 101 35 541 72 55
Binary 10110101 110000 1000000 0 1001001 1000001 11101 101100001 111010 101101

Color Harmonies of #B53040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53040

Black with #B53040

Text Example


Text Example

White with #B53040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53040; }

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

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

background-color css

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

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

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

border-color css

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

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

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