Html Css Color HEX #B42E2A Fire Brick

📋 copy color: '#B42E2A'

red 180 ◦ green 46 ◦ blue 42

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

Shades of Fire Brick #B42E2A

Tints of Fire Brick #B42E2A

RGB

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

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

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

R = 67.16%
G = 17.16%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B42E2A (or 0xB42E2A) is known color: Fire Brick. HEX triplet: B4, 2E and 2A. RGB value is (180,46,42). Sum of RGB (Red+Green+Blue) = 180+46+42=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E2A is #4BD1D5. Grayscale: #555555. Windows color (decimal): -4968918 or 2764468. OLE color: 2764468.

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

Color convert

RGB 180 46 42 -
CMYK 0 0.74 0.77 0.29
HSL 1.74º 0.62% 0.44% -
HSV(B) 1.74º 0.77% 0.71% -
XYZ 20.22 11.82 3.41 -
YUV 85.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 180 46 42 0 0.74 0.77 0.29 1.74 0.62 0.44
Hex B4 2E 2A 0 4A 4D 1D 2 3E 2C
Octal 264 56 52 0 112 115 35 2 76 54
Binary 10110100 101110 101010 0 1001010 1001101 11101 10 111110 101100

Color Harmonies of #B42E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E2A

Black with #B42E2A

Text Example


Text Example

White with #B42E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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