Html Css Color HEX #B42C2A Fire Brick

📋 copy color: '#B42C2A'

red 180 ◦ green 44 ◦ blue 42

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

Shades of Fire Brick #B42C2A

Tints of Fire Brick #B42C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.54%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 67.67%
G = 16.54%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B42C2A (or 0xB42C2A) is known color: Fire Brick. HEX triplet: B4, 2C and 2A. RGB value is (180,44,42). Sum of RGB (Red+Green+Blue) = 180+44+42=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C2A is #4BD3D5. Grayscale: #545454. Windows color (decimal): -4969430 or 2763956. OLE color: 2763956.

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

Color convert

RGB 180 44 42 -
CMYK 0 0.76 0.77 0.29
HSL 0.87º 0.62% 0.44% -
HSV(B) 0.87º 0.77% 0.71% -
XYZ 20.14 11.67 3.38 -
YUV 84.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 180 44 42 0 0.76 0.77 0.29 0.87 0.62 0.44
Hex B4 2C 2A 0 4C 4D 1D 1 3E 2C
Octal 264 54 52 0 114 115 35 1 76 54
Binary 10110100 101100 101010 0 1001100 1001101 11101 1 111110 101100

Color Harmonies of #B42C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C2A

Black with #B42C2A

Text Example


Text Example

White with #B42C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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