Html Css Color HEX #B42E2B Fire Brick

📋 copy color: '#B42E2B'

red 180 ◦ green 46 ◦ blue 43

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

Shades of Fire Brick #B42E2B

Tints of Fire Brick #B42E2B

RGB

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

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

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

R = 66.91%
G = 17.1%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B42E2B (or 0xB42E2B) is known color: Fire Brick. HEX triplet: B4, 2E and 2B. RGB value is (180,46,43). Sum of RGB (Red+Green+Blue) = 180+46+43=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E2B is #4BD1D4. Grayscale: #555555. Windows color (decimal): -4968917 or 2830004. OLE color: 2830004.

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

Color convert

RGB 180 46 43 -
CMYK 0 0.74 0.76 0.29
HSL 1.31º 0.61% 0.44% -
HSV(B) 1.31º 0.76% 0.71% -
XYZ 20.24 11.83 3.5 -
YUV 85.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 180 46 43 0 0.74 0.76 0.29 1.31 0.61 0.44
Hex B4 2E 2B 0 4A 4C 1D 1 3D 2C
Octal 264 56 53 0 112 114 35 1 75 54
Binary 10110100 101110 101011 0 1001010 1001100 11101 1 111101 101100

Color Harmonies of #B42E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E2B

Black with #B42E2B

Text Example


Text Example

White with #B42E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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