Html Css Color HEX #B02E1A Fire Brick

📋 copy color: '#B02E1A'

red 176 ◦ green 46 ◦ blue 26

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

Shades of Fire Brick #B02E1A

Tints of Fire Brick #B02E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.55%

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 70.97%
G = 18.55%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B02E1A (or 0xB02E1A) is known color: Fire Brick. HEX triplet: B0, 2E and 1A. RGB value is (176,46,26). Sum of RGB (Red+Green+Blue) = 176+46+26=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E1A is #4FD1E5. Grayscale: #525252. Windows color (decimal): -5231078 or 1715888. OLE color: 1715888.

HSL color Cylindrical-coordinate representation of color #B02E1A: hue angle of 8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B02E1A is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 46 26 -
CMYK 0 0.74 0.85 0.31
HSL 0.74% 0.4% -
HSV(B) 0.85% 0.69% -
XYZ 19.07 11.26 2.15 -
YUV 82.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 176 46 26 0 0.74 0.85 0.31 8 0.74 0.4
Hex B0 2E 1A 0 4A 55 1F 8 4A 28
Octal 260 56 32 0 112 125 37 10 112 50
Binary 10110000 101110 11010 0 1001010 1010101 11111 1000 1001010 101000

Color Harmonies of #B02E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E1A

Black with #B02E1A

Text Example


Text Example

White with #B02E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E1A; }

 p { color: rgb(176,46,26); }

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

background-color css

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

 a { background-color: rgb(176,46,26); }

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

border-color css

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

 span { border-color: rgb(176,46,26); }

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