Html Css Color HEX #B02C14 Fire Brick

📋 copy color: '#B02C14'

red 176 ◦ green 44 ◦ blue 20

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

Shades of Fire Brick #B02C14

Tints of Fire Brick #B02C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

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

R = 73.33%
G = 18.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02C14 (or 0xB02C14) is known color: Fire Brick. HEX triplet: B0, 2C and 14. RGB value is (176,44,20). Sum of RGB (Red+Green+Blue) = 176+44+20=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C14 is #4FD3EB. Grayscale: #505050. Windows color (decimal): -5231596 or 1322160. OLE color: 1322160.

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

Color convert

RGB 176 44 20 -
CMYK 0 0.75 0.89 0.31
HSL 9.23º 0.8% 0.38% -
HSV(B) 9.23º 0.89% 0.69% -
XYZ 18.93 11.08 1.8 -
YUV 80.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 176 44 20 0 0.75 0.89 0.31 9.23 0.8 0.38
Hex B0 2C 14 0 4B 59 1F 9 50 26
Octal 260 54 24 0 113 131 37 11 120 46
Binary 10110000 101100 10100 0 1001011 1011001 11111 1001 1010000 100110

Color Harmonies of #B02C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C14

Black with #B02C14

Text Example


Text Example

White with #B02C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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