Html Css Color HEX #B42D2C Fire Brick

📋 copy color: '#B42D2C'

red 180 ◦ green 45 ◦ blue 44

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

Shades of Fire Brick #B42D2C

Tints of Fire Brick #B42D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 66.91%
G = 16.73%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B42D2C (or 0xB42D2C) is known color: Fire Brick. HEX triplet: B4, 2D and 2C. RGB value is (180,45,44). Sum of RGB (Red+Green+Blue) = 180+45+44=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D2C is #4BD2D3. Grayscale: #555555. Windows color (decimal): -4969172 or 2895284. OLE color: 2895284.

HSL color Cylindrical-coordinate representation of color #B42D2C: hue angle of 0.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42D2C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 45 44 -
CMYK 0 0.75 0.76 0.29
HSL 0.44º 0.61% 0.44% -
HSV(B) 0.44º 0.76% 0.71% -
XYZ 20.22 11.76 3.59 -
YUV 85.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 180 45 44 0 0.75 0.76 0.29 0.44 0.61 0.44
Hex B4 2D 2C 0 4B 4C 1D 0 3D 2C
Octal 264 55 54 0 113 114 35 0 75 54
Binary 10110100 101101 101100 0 1001011 1001100 11101 0 111101 101100

Color Harmonies of #B42D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D2C

Black with #B42D2C

Text Example


Text Example

White with #B42D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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