Html Css Color HEX #B52F3A Brick Red

📋 copy color: '#B52F3A'

red 181 ◦ green 47 ◦ blue 58

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

Shades of Brick Red #B52F3A

Tints of Brick Red #B52F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 63.29%
G = 16.43%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B52F3A (or 0xB52F3A) is known color: Brick Red. HEX triplet: B5, 2F and 3A. RGB value is (181,47,58). Sum of RGB (Red+Green+Blue) = 181+47+58=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F3A is #4AD0C5. Grayscale: #585858. Windows color (decimal): -4903110 or 3813301. OLE color: 3813301.

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

Color convert

RGB 181 47 58 -
CMYK 0 0.74 0.68 0.29
HSL 355.07º 0.59% 0.45% -
HSV(B) 355.07º 0.74% 0.71% -
XYZ 20.84 12.16 5.25 -
YUV 88.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 181 47 58 0 0.74 0.68 0.29 355.07 0.59 0.45
Hex B5 2F 3A 0 4A 44 1D 163 3B 2D
Octal 265 57 72 0 112 104 35 543 73 55
Binary 10110101 101111 111010 0 1001010 1000100 11101 101100011 111011 101101

Color Harmonies of #B52F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F3A

Black with #B52F3A

Text Example


Text Example

White with #B52F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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