Html Css Color HEX #B53640 Brick Red

📋 copy color: '#B53640'

red 181 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #B53640

Tints of Brick Red #B53640

RGB

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

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

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

R = 60.54%
G = 18.06%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B53640 (or 0xB53640) is known color: Brick Red. HEX triplet: B5, 36 and 40. RGB value is (181,54,64). Sum of RGB (Red+Green+Blue) = 181+54+64=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B53640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53640 is #4AC9BF. Grayscale: #5D5D5D. Windows color (decimal): -4901312 or 4208309. OLE color: 4208309.

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

Color convert

RGB 181 54 64 -
CMYK 0 0.70 0.65 0.29
HSL 355.28º 0.54% 0.46% -
HSV(B) 355.28º 0.7% 0.71% -
XYZ 21.3 12.83 6.2 -
YUV 93.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 181 54 64 0 0.70 0.65 0.29 355.28 0.54 0.46
Hex B5 36 40 0 46 41 1D 163 36 2E
Octal 265 66 100 0 106 101 35 543 66 56
Binary 10110101 110110 1000000 0 1000110 1000001 11101 101100011 110110 101110

Color Harmonies of #B53640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53640

Black with #B53640

Text Example


Text Example

White with #B53640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53640; }

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

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

background-color css

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

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

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

border-color css

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

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

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