Html Css Color HEX #B52E3A Brick Red

📋 copy color: '#B52E3A'

red 181 ◦ green 46 ◦ blue 58

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

Shades of Brick Red #B52E3A

Tints of Brick Red #B52E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.14%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 63.51%
G = 16.14%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B52E3A (or 0xB52E3A) is known color: Brick Red. HEX triplet: B5, 2E and 3A. RGB value is (181,46,58). Sum of RGB (Red+Green+Blue) = 181+46+58=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52E3A is #4AD1C5. Grayscale: #575757. Windows color (decimal): -4903366 or 3813045. OLE color: 3813045.

HSL color Cylindrical-coordinate representation of color #B52E3A: hue angle of 354.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E3A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 46 58 -
CMYK 0 0.75 0.68 0.29
HSL 354.67º 0.59% 0.45% -
HSV(B) 354.67º 0.75% 0.71% -
XYZ 20.8 12.08 5.24 -
YUV 87.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 181 46 58 0 0.75 0.68 0.29 354.67 0.59 0.45
Hex B5 2E 3A 0 4B 44 1D 163 3B 2D
Octal 265 56 72 0 113 104 35 543 73 55
Binary 10110101 101110 111010 0 1001011 1000100 11101 101100011 111011 101101

Color Harmonies of #B52E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E3A

Black with #B52E3A

Text Example


Text Example

White with #B52E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E3A; }

 p { color: rgb(181,46,58); }

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

background-color css

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

 a { background-color: rgb(181,46,58); }

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

border-color css

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

 span { border-color: rgb(181,46,58); }

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