Html Css Color HEX #B42419 Fire Brick

📋 copy color: '#B42419'

red 180 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #B42419

Tints of Fire Brick #B42419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

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

R = 74.69%
G = 14.94%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B42419 (or 0xB42419) is known color: Fire Brick. HEX triplet: B4, 24 and 19. RGB value is (180,36,25). Sum of RGB (Red+Green+Blue) = 180+36+25=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B42419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42419 is #4BDBE6. Grayscale: #4D4D4D. Windows color (decimal): -4971495 or 1647796. OLE color: 1647796.

HSL color Cylindrical-coordinate representation of color #B42419: hue angle of 4.26º 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 #B42419 is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 25 -
CMYK 0 0.8 0.86 0.29
HSL 4.26º 0.76% 0.4% -
HSV(B) 4.26º 0.86% 0.71% -
XYZ 19.63 11.04 2.02 -
YUV 77.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 180 36 25 0 0.8 0.86 0.29 4.26 0.76 0.4
Hex B4 24 19 0 50 56 1D 4 4C 28
Octal 264 44 31 0 120 126 35 4 114 50
Binary 10110100 100100 11001 0 1010000 1010110 11101 100 1001100 101000

Color Harmonies of #B42419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42419

Black with #B42419

Text Example


Text Example

White with #B42419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42419; }

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

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

background-color css

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

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

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

border-color css

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

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

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