Html Css Color HEX #B42E1D Fire Brick

📋 copy color: '#B42E1D'

red 180 ◦ green 46 ◦ blue 29

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

Shades of Fire Brick #B42E1D

Tints of Fire Brick #B42E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 70.59%
G = 18.04%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B42E1D (or 0xB42E1D) is known color: Fire Brick. HEX triplet: B4, 2E and 1D. RGB value is (180,46,29). Sum of RGB (Red+Green+Blue) = 180+46+29=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E1D is #4BD1E2. Grayscale: #545454. Windows color (decimal): -4968931 or 1912500. OLE color: 1912500.

HSL color Cylindrical-coordinate representation of color #B42E1D: hue angle of 6.75º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B42E1D is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 46 29 -
CMYK 0 0.74 0.84 0.29
HSL 6.75º 0.72% 0.41% -
HSV(B) 6.75º 0.84% 0.71% -
XYZ 20.02 11.75 2.37 -
YUV 84.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 180 46 29 0 0.74 0.84 0.29 6.75 0.72 0.41
Hex B4 2E 1D 0 4A 54 1D 7 48 29
Octal 264 56 35 0 112 124 35 7 110 51
Binary 10110100 101110 11101 0 1001010 1010100 11101 111 1001000 101001

Color Harmonies of #B42E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E1D

Black with #B42E1D

Text Example


Text Example

White with #B42E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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