Html Css Color HEX #B42F2A Fire Brick

📋 copy color: '#B42F2A'

red 180 ◦ green 47 ◦ blue 42

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

Shades of Fire Brick #B42F2A

Tints of Fire Brick #B42F2A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 66.91%
G = 17.47%
B = 15.61%

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

#B42F2A (or 0xB42F2A) is known color: Fire Brick. HEX triplet: B4, 2F and 2A. RGB value is (180,47,42). Sum of RGB (Red+Green+Blue) = 180+47+42=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F2A is #4BD0D5. Grayscale: #565656. Windows color (decimal): -4968662 or 2764724. OLE color: 2764724.

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

Color convert

RGB 180 47 42 -
CMYK 0 0.74 0.77 0.29
HSL 2.17º 0.62% 0.44% -
HSV(B) 2.17º 0.77% 0.71% -
XYZ 20.26 11.9 3.42 -
YUV 86.2 103.06 194.91 -
System Red Green Blue C M Y K H S L
Decimal 180 47 42 0 0.74 0.77 0.29 2.17 0.62 0.44
Hex B4 2F 2A 0 4A 4D 1D 2 3E 2C
Octal 264 57 52 0 112 115 35 2 76 54
Binary 10110100 101111 101010 0 1001010 1001101 11101 10 111110 101100

Color Harmonies of #B42F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F2A

Black with #B42F2A

Text Example


Text Example

White with #B42F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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