Html Css Color HEX #B02114 Fire Brick

📋 copy color: '#B02114'

red 176 ◦ green 33 ◦ blue 20

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

Shades of Fire Brick #B02114

Tints of Fire Brick #B02114

RGB

 RED value IS 176 (69.14% from 255) = 76.86%

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

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 76.86%
G = 14.41%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02114 (or 0xB02114) is known color: Fire Brick. HEX triplet: B0, 21 and 14. RGB value is (176,33,20). Sum of RGB (Red+Green+Blue) = 176+33+20=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02114 is #4FDEEB. Grayscale: #4A4A4A. Windows color (decimal): -5234412 or 1319344. OLE color: 1319344.

HSL color Cylindrical-coordinate representation of color #B02114: hue angle of 5º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B02114 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 20 -
CMYK 0 0.81 0.89 0.31
HSL 0.8% 0.38% -
HSV(B) 0.89% 0.69% -
XYZ 18.57 10.37 1.68 -
YUV 74.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 176 33 20 0 0.81 0.89 0.31 5 0.8 0.38
Hex B0 21 14 0 51 59 1F 5 50 26
Octal 260 41 24 0 121 131 37 5 120 46
Binary 10110000 100001 10100 0 1010001 1011001 11111 101 1010000 100110

Color Harmonies of #B02114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02114

Black with #B02114

Text Example


Text Example

White with #B02114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02114; }

 p { color: rgb(176,33,20); }

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

background-color css

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

 a { background-color: rgb(176,33,20); }

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

border-color css

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

 span { border-color: rgb(176,33,20); }

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