Html Css Color HEX #B42A1B Fire Brick

📋 copy color: '#B42A1B'

red 180 ◦ green 42 ◦ blue 27

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

Shades of Fire Brick #B42A1B

Tints of Fire Brick #B42A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 72.29%
G = 16.87%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B42A1B (or 0xB42A1B) is known color: Fire Brick. HEX triplet: B4, 2A and 1B. RGB value is (180,42,27). Sum of RGB (Red+Green+Blue) = 180+42+27=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A1B is #4BD5E4. Grayscale: #515151. Windows color (decimal): -4969957 or 1780404. OLE color: 1780404.

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

Color convert

RGB 180 42 27 -
CMYK 0 0.77 0.85 0.29
HSL 5.88º 0.74% 0.41% -
HSV(B) 5.88º 0.85% 0.71% -
XYZ 19.85 11.44 2.2 -
YUV 81.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 180 42 27 0 0.77 0.85 0.29 5.88 0.74 0.41
Hex B4 2A 1B 0 4D 55 1D 6 4A 29
Octal 264 52 33 0 115 125 35 6 112 51
Binary 10110100 101010 11011 0 1001101 1010101 11101 110 1001010 101001

Color Harmonies of #B42A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A1B

Black with #B42A1B

Text Example


Text Example

White with #B42A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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