Html Css Color HEX #B53641 Brick Red

📋 copy color: '#B53641'

red 181 ◦ green 54 ◦ blue 65

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

Shades of Brick Red #B53641

Tints of Brick Red #B53641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 60.33%
G = 18%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53641 (or 0xB53641) is known color: Brick Red. HEX triplet: B5, 36 and 41. RGB value is (181,54,65). Sum of RGB (Red+Green+Blue) = 181+54+65=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B53641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53641 is #4AC9BE. Grayscale: #5D5D5D. Windows color (decimal): -4901311 or 4273845. OLE color: 4273845.

HSL color Cylindrical-coordinate representation of color #B53641: hue angle of 354.8º 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 #B53641 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 65 -
CMYK 0 0.70 0.64 0.29
HSL 354.8º 0.54% 0.46% -
HSV(B) 354.8º 0.7% 0.71% -
XYZ 21.33 12.84 6.36 -
YUV 93.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 181 54 65 0 0.70 0.64 0.29 354.8 0.54 0.46
Hex B5 36 41 0 46 40 1D 163 36 2E
Octal 265 66 101 0 106 100 35 543 66 56
Binary 10110101 110110 1000001 0 1000110 1000000 11101 101100011 110110 101110

Color Harmonies of #B53641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53641

Black with #B53641

Text Example


Text Example

White with #B53641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53641; }

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

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

background-color css

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

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

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

border-color css

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

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

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