Html Css Color HEX #B42F20 Fire Brick

📋 copy color: '#B42F20'

red 180 ◦ green 47 ◦ blue 32

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

Shades of Fire Brick #B42F20

Tints of Fire Brick #B42F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

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

R = 69.5%
G = 18.15%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B42F20 (or 0xB42F20) is known color: Fire Brick. HEX triplet: B4, 2F and 20. RGB value is (180,47,32). Sum of RGB (Red+Green+Blue) = 180+47+32=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F20 is #4BD0DF. Grayscale: #555555. Windows color (decimal): -4968672 or 2109364. OLE color: 2109364.

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

Color convert

RGB 180 47 32 -
CMYK 0 0.74 0.82 0.29
HSL 6.08º 0.7% 0.42% -
HSV(B) 6.08º 0.82% 0.71% -
XYZ 20.1 11.84 2.59 -
YUV 85.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 180 47 32 0 0.74 0.82 0.29 6.08 0.7 0.42
Hex B4 2F 20 0 4A 52 1D 6 46 2A
Octal 264 57 40 0 112 122 35 6 106 52
Binary 10110100 101111 100000 0 1001010 1010010 11101 110 1000110 101010

Color Harmonies of #B42F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F20

Black with #B42F20

Text Example


Text Example

White with #B42F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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