Html Css Color HEX #B02E21 Fire Brick

📋 copy color: '#B02E21'

red 176 ◦ green 46 ◦ blue 33

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

Shades of Fire Brick #B02E21

Tints of Fire Brick #B02E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 69.02%
G = 18.04%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B02E21 (or 0xB02E21) is known color: Fire Brick. HEX triplet: B0, 2E and 21. RGB value is (176,46,33). Sum of RGB (Red+Green+Blue) = 176+46+33=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E21 is #4FD1DE. Grayscale: #535353. Windows color (decimal): -5231071 or 2174640. OLE color: 2174640.

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

Color convert

RGB 176 46 33 -
CMYK 0 0.74 0.81 0.31
HSL 5.45º 0.68% 0.41% -
HSV(B) 5.45º 0.81% 0.69% -
XYZ 19.16 11.29 2.61 -
YUV 83.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 176 46 33 0 0.74 0.81 0.31 5.45 0.68 0.41
Hex B0 2E 21 0 4A 51 1F 5 44 29
Octal 260 56 41 0 112 121 37 5 104 51
Binary 10110000 101110 100001 0 1001010 1010001 11111 101 1000100 101001

Color Harmonies of #B02E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E21

Black with #B02E21

Text Example


Text Example

White with #B02E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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