Html Css Color HEX #B42522 Fire Brick

📋 copy color: '#B42522'

red 180 ◦ green 37 ◦ blue 34

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

Shades of Fire Brick #B42522

Tints of Fire Brick #B42522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

 BLUE value IS 34 (13.67% from 255) = 13.55%

R = 71.71%
G = 14.74%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B42522 (or 0xB42522) is known color: Fire Brick. HEX triplet: B4, 25 and 22. RGB value is (180,37,34). Sum of RGB (Red+Green+Blue) = 180+37+34=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B42522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42522 is #4BDADD. Grayscale: #4F4F4F. Windows color (decimal): -4971230 or 2237876. OLE color: 2237876.

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

Color convert

RGB 180 37 34 -
CMYK 0 0.79 0.81 0.29
HSL 1.23º 0.68% 0.42% -
HSV(B) 1.23º 0.81% 0.71% -
XYZ 19.77 11.14 2.62 -
YUV 79.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 180 37 34 0 0.79 0.81 0.29 1.23 0.68 0.42
Hex B4 25 22 0 4F 51 1D 1 44 2A
Octal 264 45 42 0 117 121 35 1 104 52
Binary 10110100 100101 100010 0 1001111 1010001 11101 1 1000100 101010

Color Harmonies of #B42522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42522

Black with #B42522

Text Example


Text Example

White with #B42522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42522; }

 p { color: rgb(180,37,34); }

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

background-color css

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

 a { background-color: rgb(180,37,34); }

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

border-color css

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

 span { border-color: rgb(180,37,34); }

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