Html Css Color HEX #B52A2A Fire Brick

📋 copy color: '#B52A2A'

red 181 ◦ green 42 ◦ blue 42

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

Shades of Fire Brick #B52A2A

Tints of Fire Brick #B52A2A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.85%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 68.3%
G = 15.85%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B52A2A (or 0xB52A2A) is known color: Fire Brick. HEX triplet: B5, 2A and 2A. RGB value is (181,42,42). Sum of RGB (Red+Green+Blue) = 181+42+42=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A2A is #4AD5D5. Grayscale: #535353. Windows color (decimal): -4904406 or 2763445. OLE color: 2763445.

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

Color convert

RGB 181 42 42 -
CMYK 0 0.77 0.77 0.29
HSL 0.62% 0.44% -
HSV(B) 0.77% 0.71% -
XYZ 20.3 11.65 3.37 -
YUV 83.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 181 42 42 0 0.77 0.77 0.29 0 0.62 0.44
Hex B5 2A 2A 0 4D 4D 1D 0 3E 2C
Octal 265 52 52 0 115 115 35 0 76 54
Binary 10110101 101010 101010 0 1001101 1001101 11101 0 111110 101100

Color Harmonies of #B52A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A2A

Black with #B52A2A

Text Example


Text Example

White with #B52A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A2A; }

 p { color: rgb(181,42,42); }

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

background-color css

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

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

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

border-color css

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

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

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