Html Css Color HEX #B53341 Brick Red

📋 copy color: '#B53341'

red 181 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #B53341

Tints of Brick Red #B53341

RGB

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

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

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

R = 60.94%
G = 17.17%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53341 (or 0xB53341) is known color: Brick Red. HEX triplet: B5, 33 and 41. RGB value is (181,51,65). Sum of RGB (Red+Green+Blue) = 181+51+65=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53341 is #4ACCBE. Grayscale: #5B5B5B. Windows color (decimal): -4902079 or 4273077. OLE color: 4273077.

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

Color convert

RGB 181 51 65 -
CMYK 0 0.72 0.64 0.29
HSL 353.54º 0.56% 0.45% -
HSV(B) 353.54º 0.72% 0.71% -
XYZ 21.19 12.57 6.31 -
YUV 91.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 181 51 65 0 0.72 0.64 0.29 353.54 0.56 0.45
Hex B5 33 41 0 48 40 1D 162 38 2D
Octal 265 63 101 0 110 100 35 542 70 55
Binary 10110101 110011 1000001 0 1001000 1000000 11101 101100010 111000 101101

Color Harmonies of #B53341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53341

Black with #B53341

Text Example


Text Example

White with #B53341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53341; }

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

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

background-color css

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

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

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

border-color css

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

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

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