Html Css Color HEX #B42E19 Fire Brick

📋 copy color: '#B42E19'

red 180 ◦ green 46 ◦ blue 25

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

Shades of Fire Brick #B42E19

Tints of Fire Brick #B42E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 71.71%
G = 18.33%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B42E19 (or 0xB42E19) is known color: Fire Brick. HEX triplet: B4, 2E and 19. RGB value is (180,46,25). Sum of RGB (Red+Green+Blue) = 180+46+25=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42E19 is #4BD1E6. Grayscale: #535353. Windows color (decimal): -4968935 or 1650356. OLE color: 1650356.

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

Color convert

RGB 180 46 25 -
CMYK 0 0.74 0.86 0.29
HSL 8.13º 0.76% 0.4% -
HSV(B) 8.13º 0.86% 0.71% -
XYZ 19.97 11.73 2.13 -
YUV 83.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 180 46 25 0 0.74 0.86 0.29 8.13 0.76 0.4
Hex B4 2E 19 0 4A 56 1D 8 4C 28
Octal 264 56 31 0 112 126 35 10 114 50
Binary 10110100 101110 11001 0 1001010 1010110 11101 1000 1001100 101000

Color Harmonies of #B42E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E19

Black with #B42E19

Text Example


Text Example

White with #B42E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E19; }

 p { color: rgb(180,46,25); }

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

background-color css

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

 a { background-color: rgb(180,46,25); }

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

border-color css

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

 span { border-color: rgb(180,46,25); }

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