Html Css Color HEX #B42E20 Fire Brick

📋 copy color: '#B42E20'

red 180 ◦ green 46 ◦ blue 32

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

Shades of Fire Brick #B42E20

Tints of Fire Brick #B42E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

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

R = 69.77%
G = 17.83%
B = 12.4%

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

#B42E20 (or 0xB42E20) is known color: Fire Brick. HEX triplet: B4, 2E and 20. RGB value is (180,46,32). Sum of RGB (Red+Green+Blue) = 180+46+32=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E20 is #4BD1DF. Grayscale: #545454. Windows color (decimal): -4968928 or 2109108. OLE color: 2109108.

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

Color convert

RGB 180 46 32 -
CMYK 0 0.74 0.82 0.29
HSL 5.68º 0.7% 0.42% -
HSV(B) 5.68º 0.82% 0.71% -
XYZ 20.06 11.76 2.58 -
YUV 84.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 180 46 32 0 0.74 0.82 0.29 5.68 0.7 0.42
Hex B4 2E 20 0 4A 52 1D 6 46 2A
Octal 264 56 40 0 112 122 35 6 106 52
Binary 10110100 101110 100000 0 1001010 1010010 11101 110 1000110 101010

Color Harmonies of #B42E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E20

Black with #B42E20

Text Example


Text Example

White with #B42E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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