Html Css Color HEX #B42C2B Fire Brick

📋 copy color: '#B42C2B'

red 180 ◦ green 44 ◦ blue 43

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

Shades of Fire Brick #B42C2B

Tints of Fire Brick #B42C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 67.42%
G = 16.48%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B42C2B (or 0xB42C2B) is known color: Fire Brick. HEX triplet: B4, 2C and 2B. RGB value is (180,44,43). Sum of RGB (Red+Green+Blue) = 180+44+43=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C2B is #4BD3D4. Grayscale: #545454. Windows color (decimal): -4969429 or 2829492. OLE color: 2829492.

HSL color Cylindrical-coordinate representation of color #B42C2B: 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 #B42C2B is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 44 43 -
CMYK 0 0.76 0.76 0.29
HSL 0.44º 0.61% 0.44% -
HSV(B) 0.44º 0.76% 0.71% -
XYZ 20.16 11.68 3.48 -
YUV 84.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 180 44 43 0 0.76 0.76 0.29 0.44 0.61 0.44
Hex B4 2C 2B 0 4C 4C 1D 0 3D 2C
Octal 264 54 53 0 114 114 35 0 75 54
Binary 10110100 101100 101011 0 1001100 1001100 11101 0 111101 101100

Color Harmonies of #B42C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C2B

Black with #B42C2B

Text Example


Text Example

White with #B42C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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