Html Css Color HEX #B53340 Brick Red

📋 copy color: '#B53340'

red 181 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #B53340

Tints of Brick Red #B53340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 61.15%
G = 17.23%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B53340 (or 0xB53340) is known color: Brick Red. HEX triplet: B5, 33 and 40. RGB value is (181,51,64). Sum of RGB (Red+Green+Blue) = 181+51+64=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B53340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53340 is #4ACCBF. Grayscale: #5B5B5B. Windows color (decimal): -4902080 or 4207541. OLE color: 4207541.

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

Color convert

RGB 181 51 64 -
CMYK 0 0.72 0.65 0.29
HSL 354º 0.56% 0.45% -
HSV(B) 354º 0.72% 0.71% -
XYZ 21.17 12.56 6.16 -
YUV 91.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 181 51 64 0 0.72 0.65 0.29 354 0.56 0.45
Hex B5 33 40 0 48 41 1D 162 38 2D
Octal 265 63 100 0 110 101 35 542 70 55
Binary 10110101 110011 1000000 0 1001000 1000001 11101 101100010 111000 101101

Color Harmonies of #B53340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53340

Black with #B53340

Text Example


Text Example

White with #B53340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53340; }

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

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

background-color css

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

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

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

border-color css

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

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

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