Html Css Color HEX #B42A1E Fire Brick

📋 copy color: '#B42A1E'

red 180 ◦ green 42 ◦ blue 30

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

Shades of Fire Brick #B42A1E

Tints of Fire Brick #B42A1E

RGB

 RED value IS 180 (70.7% from 255) = 71.43%

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 71.43%
G = 16.67%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B42A1E (or 0xB42A1E) is known color: Fire Brick. HEX triplet: B4, 2A and 1E. RGB value is (180,42,30). Sum of RGB (Red+Green+Blue) = 180+42+30=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A1E is #4BD5E1. Grayscale: #525252. Windows color (decimal): -4969954 or 1977012. OLE color: 1977012.

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

Color convert

RGB 180 42 30 -
CMYK 0 0.77 0.83 0.29
HSL 4.8º 0.71% 0.41% -
HSV(B) 4.8º 0.83% 0.71% -
XYZ 19.88 11.45 2.39 -
YUV 81.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 180 42 30 0 0.77 0.83 0.29 4.8 0.71 0.41
Hex B4 2A 1E 0 4D 53 1D 5 47 29
Octal 264 52 36 0 115 123 35 5 107 51
Binary 10110100 101010 11110 0 1001101 1010011 11101 101 1000111 101001

Color Harmonies of #B42A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A1E

Black with #B42A1E

Text Example


Text Example

White with #B42A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A1E; }

 p { color: rgb(180,42,30); }

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

background-color css

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

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

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

border-color css

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

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

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