Html Css Color HEX #B53441 Brick Red

📋 copy color: '#B53441'

red 181 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #B53441

Tints of Brick Red #B53441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 60.74%
G = 17.45%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53441 (or 0xB53441) is known color: Brick Red. HEX triplet: B5, 34 and 41. RGB value is (181,52,65). Sum of RGB (Red+Green+Blue) = 181+52+65=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B53441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53441 is #4ACBBE. Grayscale: #5C5C5C. Windows color (decimal): -4901823 or 4273333. OLE color: 4273333.

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

Color convert

RGB 181 52 65 -
CMYK 0 0.71 0.64 0.29
HSL 353.95º 0.55% 0.46% -
HSV(B) 353.95º 0.71% 0.71% -
XYZ 21.24 12.66 6.33 -
YUV 92.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 181 52 65 0 0.71 0.64 0.29 353.95 0.55 0.46
Hex B5 34 41 0 47 40 1D 162 37 2E
Octal 265 64 101 0 107 100 35 542 67 56
Binary 10110101 110100 1000001 0 1000111 1000000 11101 101100010 110111 101110

Color Harmonies of #B53441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53441

Black with #B53441

Text Example


Text Example

White with #B53441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53441; }

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

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

background-color css

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

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

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

border-color css

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

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

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