Html Css Color HEX #B52D3A Brick Red

📋 copy color: '#B52D3A'

red 181 ◦ green 45 ◦ blue 58

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

Shades of Brick Red #B52D3A

Tints of Brick Red #B52D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.85%

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

R = 63.73%
G = 15.85%
B = 20.42%

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

#B52D3A (or 0xB52D3A) is known color: Brick Red. HEX triplet: B5, 2D and 3A. RGB value is (181,45,58). Sum of RGB (Red+Green+Blue) = 181+45+58=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D3A is #4AD2C5. Grayscale: #575757. Windows color (decimal): -4903622 or 3812789. OLE color: 3812789.

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

Color convert

RGB 181 45 58 -
CMYK 0 0.75 0.68 0.29
HSL 354.26º 0.6% 0.44% -
HSV(B) 354.26º 0.75% 0.71% -
XYZ 20.76 12.01 5.23 -
YUV 87.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 181 45 58 0 0.75 0.68 0.29 354.26 0.6 0.44
Hex B5 2D 3A 0 4B 44 1D 162 3C 2C
Octal 265 55 72 0 113 104 35 542 74 54
Binary 10110101 101101 111010 0 1001011 1000100 11101 101100010 111100 101100

Color Harmonies of #B52D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D3A

Black with #B52D3A

Text Example


Text Example

White with #B52D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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