Html Css Color HEX #B42C1A Fire Brick

📋 copy color: '#B42C1A'

red 180 ◦ green 44 ◦ blue 26

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

Shades of Fire Brick #B42C1A

Tints of Fire Brick #B42C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 72%
G = 17.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B42C1A (or 0xB42C1A) is known color: Fire Brick. HEX triplet: B4, 2C and 1A. RGB value is (180,44,26). Sum of RGB (Red+Green+Blue) = 180+44+26=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C1A is #4BD3E5. Grayscale: #525252. Windows color (decimal): -4969446 or 1715380. OLE color: 1715380.

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

Color convert

RGB 180 44 26 -
CMYK 0 0.76 0.86 0.29
HSL 7.01º 0.75% 0.4% -
HSV(B) 7.01º 0.86% 0.71% -
XYZ 19.91 11.58 2.16 -
YUV 82.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 180 44 26 0 0.76 0.86 0.29 7.01 0.75 0.4
Hex B4 2C 1A 0 4C 56 1D 7 4B 28
Octal 264 54 32 0 114 126 35 7 113 50
Binary 10110100 101100 11010 0 1001100 1010110 11101 111 1001011 101000

Color Harmonies of #B42C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C1A

Black with #B42C1A

Text Example


Text Example

White with #B42C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C1A; }

 p { color: rgb(180,44,26); }

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

background-color css

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

 a { background-color: rgb(180,44,26); }

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

border-color css

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

 span { border-color: rgb(180,44,26); }

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