Html Css Color HEX #B02F21 Fire Brick

📋 copy color: '#B02F21'

red 176 ◦ green 47 ◦ blue 33

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

Shades of Fire Brick #B02F21

Tints of Fire Brick #B02F21

RGB

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

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

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

R = 68.75%
G = 18.36%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B02F21 (or 0xB02F21) is known color: Fire Brick. HEX triplet: B0, 2F and 21. RGB value is (176,47,33). Sum of RGB (Red+Green+Blue) = 176+47+33=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F21 is #4FD0DE. Grayscale: #545454. Windows color (decimal): -5230815 or 2174896. OLE color: 2174896.

HSL color Cylindrical-coordinate representation of color #B02F21: hue angle of 5.87º 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 #B02F21 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 47 33 -
CMYK 0 0.73 0.81 0.31
HSL 5.87º 0.68% 0.41% -
HSV(B) 5.87º 0.81% 0.69% -
XYZ 19.2 11.37 2.62 -
YUV 83.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 176 47 33 0 0.73 0.81 0.31 5.87 0.68 0.41
Hex B0 2F 21 0 49 51 1F 6 44 29
Octal 260 57 41 0 111 121 37 6 104 51
Binary 10110000 101111 100001 0 1001001 1010001 11111 110 1000100 101001

Color Harmonies of #B02F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F21

Black with #B02F21

Text Example


Text Example

White with #B02F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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