Html Css Color HEX #B53941 Brick Red

📋 copy color: '#B53941'

red 181 ◦ green 57 ◦ blue 65

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

Shades of Brick Red #B53941

Tints of Brick Red #B53941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.81%

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

R = 59.74%
G = 18.81%
B = 21.45%

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

#B53941 (or 0xB53941) is known color: Brick Red. HEX triplet: B5, 39 and 41. RGB value is (181,57,65). Sum of RGB (Red+Green+Blue) = 181+57+65=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B53941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53941 is #4AC6BE. Grayscale: #5F5F5F. Windows color (decimal): -4900543 or 4274613. OLE color: 4274613.

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

Color convert

RGB 181 57 65 -
CMYK 0 0.69 0.64 0.29
HSL 356.13º 0.52% 0.47% -
HSV(B) 356.13º 0.69% 0.71% -
XYZ 21.47 13.13 6.4 -
YUV 94.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 181 57 65 0 0.69 0.64 0.29 356.13 0.52 0.47
Hex B5 39 41 0 45 40 1D 164 34 2F
Octal 265 71 101 0 105 100 35 544 64 57
Binary 10110101 111001 1000001 0 1000101 1000000 11101 101100100 110100 101111

Color Harmonies of #B53941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53941

Black with #B53941

Text Example


Text Example

White with #B53941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53941; }

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

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

background-color css

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

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

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

border-color css

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

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

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