Html Css Color HEX #B42110 Fire Brick

📋 copy color: '#B42110'

red 180 ◦ green 33 ◦ blue 16

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

Shades of Fire Brick #B42110

Tints of Fire Brick #B42110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 78.6%
G = 14.41%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B42110 (or 0xB42110) is known color: Fire Brick. HEX triplet: B4, 21 and 10. RGB value is (180,33,16). Sum of RGB (Red+Green+Blue) = 180+33+16=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B42110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42110 is #4BDEEF. Grayscale: #4B4B4B. Windows color (decimal): -4972272 or 1057204. OLE color: 1057204.

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

Color convert

RGB 180 33 16 -
CMYK 0 0.82 0.91 0.29
HSL 6.22º 0.84% 0.38% -
HSV(B) 6.22º 0.91% 0.71% -
XYZ 19.46 10.83 1.55 -
YUV 75.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 180 33 16 0 0.82 0.91 0.29 6.22 0.84 0.38
Hex B4 21 10 0 52 5B 1D 6 54 26
Octal 264 41 20 0 122 133 35 6 124 46
Binary 10110100 100001 10000 0 1010010 1011011 11101 110 1010100 100110

Color Harmonies of #B42110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42110

Black with #B42110

Text Example


Text Example

White with #B42110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42110; }

 p { color: rgb(180,33,16); }

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

background-color css

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

 a { background-color: rgb(180,33,16); }

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

border-color css

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

 span { border-color: rgb(180,33,16); }

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