Html Css Color HEX #B42D2A Fire Brick

📋 copy color: '#B42D2A'

red 180 ◦ green 45 ◦ blue 42

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

Shades of Fire Brick #B42D2A

Tints of Fire Brick #B42D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.85%

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

R = 67.42%
G = 16.85%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B42D2A (or 0xB42D2A) is known color: Fire Brick. HEX triplet: B4, 2D and 2A. RGB value is (180,45,42). Sum of RGB (Red+Green+Blue) = 180+45+42=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D2A is #4BD2D5. Grayscale: #555555. Windows color (decimal): -4969174 or 2764212. OLE color: 2764212.

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

Color convert

RGB 180 45 42 -
CMYK 0 0.75 0.77 0.29
HSL 1.3º 0.62% 0.44% -
HSV(B) 1.3º 0.77% 0.71% -
XYZ 20.18 11.75 3.39 -
YUV 85.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 180 45 42 0 0.75 0.77 0.29 1.3 0.62 0.44
Hex B4 2D 2A 0 4B 4D 1D 1 3E 2C
Octal 264 55 52 0 113 115 35 1 76 54
Binary 10110100 101101 101010 0 1001011 1001101 11101 1 111110 101100

Color Harmonies of #B42D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D2A

Black with #B42D2A

Text Example


Text Example

White with #B42D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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