Html Css Color HEX #B53841 Brick Red

📋 copy color: '#B53841'

red 181 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #B53841

Tints of Brick Red #B53841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 59.93%
G = 18.54%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53841 (or 0xB53841) is known color: Brick Red. HEX triplet: B5, 38 and 41. RGB value is (181,56,65). Sum of RGB (Red+Green+Blue) = 181+56+65=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B53841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53841 is #4AC7BE. Grayscale: #5E5E5E. Windows color (decimal): -4900799 or 4274357. OLE color: 4274357.

HSL color Cylindrical-coordinate representation of color #B53841: hue angle of 355.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53841 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 65 -
CMYK 0 0.69 0.64 0.29
HSL 355.68º 0.53% 0.46% -
HSV(B) 355.68º 0.69% 0.71% -
XYZ 21.42 13.03 6.39 -
YUV 94.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 181 56 65 0 0.69 0.64 0.29 355.68 0.53 0.46
Hex B5 38 41 0 45 40 1D 164 35 2E
Octal 265 70 101 0 105 100 35 544 65 56
Binary 10110101 111000 1000001 0 1000101 1000000 11101 101100100 110101 101110

Color Harmonies of #B53841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53841

Black with #B53841

Text Example


Text Example

White with #B53841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53841; }

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

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

background-color css

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

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

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

border-color css

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

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

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