Html Css Color HEX #B42620 Fire Brick

📋 copy color: '#B42620'

red 180 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #B42620

Tints of Fire Brick #B42620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 72%
G = 15.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B42620 (or 0xB42620) is known color: Fire Brick. HEX triplet: B4, 26 and 20. RGB value is (180,38,32). Sum of RGB (Red+Green+Blue) = 180+38+32=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B42620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42620 is #4BD9DF. Grayscale: #4F4F4F. Windows color (decimal): -4970976 or 2107060. OLE color: 2107060.

HSL color Cylindrical-coordinate representation of color #B42620: hue angle of 2.43º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42620 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 32 -
CMYK 0 0.79 0.82 0.29
HSL 2.43º 0.7% 0.42% -
HSV(B) 2.43º 0.82% 0.71% -
XYZ 19.78 11.19 2.48 -
YUV 79.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 180 38 32 0 0.79 0.82 0.29 2.43 0.7 0.42
Hex B4 26 20 0 4F 52 1D 2 46 2A
Octal 264 46 40 0 117 122 35 2 106 52
Binary 10110100 100110 100000 0 1001111 1010010 11101 10 1000110 101010

Color Harmonies of #B42620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42620

Black with #B42620

Text Example


Text Example

White with #B42620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42620; }

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

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

background-color css

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

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

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

border-color css

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

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

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