Html Css Color HEX #B02C17 Fire Brick

📋 copy color: '#B02C17'

red 176 ◦ green 44 ◦ blue 23

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

Shades of Fire Brick #B02C17

Tints of Fire Brick #B02C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 72.43%
G = 18.11%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B02C17 (or 0xB02C17) is known color: Fire Brick. HEX triplet: B0, 2C and 17. RGB value is (176,44,23). Sum of RGB (Red+Green+Blue) = 176+44+23=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C17 is #4FD3E8. Grayscale: #515151. Windows color (decimal): -5231593 or 1518768. OLE color: 1518768.

HSL color Cylindrical-coordinate representation of color #B02C17: hue angle of 8.24º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B02C17 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 44 23 -
CMYK 0 0.75 0.87 0.31
HSL 8.24º 0.77% 0.39% -
HSV(B) 8.24º 0.87% 0.69% -
XYZ 18.96 11.09 1.95 -
YUV 81.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 176 44 23 0 0.75 0.87 0.31 8.24 0.77 0.39
Hex B0 2C 17 0 4B 57 1F 8 4D 27
Octal 260 54 27 0 113 127 37 10 115 47
Binary 10110000 101100 10111 0 1001011 1010111 11111 1000 1001101 100111

Color Harmonies of #B02C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C17

Black with #B02C17

Text Example


Text Example

White with #B02C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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