Html Css Color HEX #B42619 Fire Brick

📋 copy color: '#B42619'

red 180 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #B42619

Tints of Fire Brick #B42619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 74.07%
G = 15.64%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B42619 (or 0xB42619) is known color: Fire Brick. HEX triplet: B4, 26 and 19. RGB value is (180,38,25). Sum of RGB (Red+Green+Blue) = 180+38+25=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B42619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42619 is #4BD9E6. Grayscale: #4F4F4F. Windows color (decimal): -4970983 or 1648308. OLE color: 1648308.

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

Color convert

RGB 180 38 25 -
CMYK 0 0.79 0.86 0.29
HSL 5.03º 0.76% 0.4% -
HSV(B) 5.03º 0.86% 0.71% -
XYZ 19.69 11.16 2.04 -
YUV 78.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 180 38 25 0 0.79 0.86 0.29 5.03 0.76 0.4
Hex B4 26 19 0 4F 56 1D 5 4C 28
Octal 264 46 31 0 117 126 35 5 114 50
Binary 10110100 100110 11001 0 1001111 1010110 11101 101 1001100 101000

Color Harmonies of #B42619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42619

Black with #B42619

Text Example


Text Example

White with #B42619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42619; }

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

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

background-color css

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

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

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

border-color css

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

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

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