Html Css Color HEX #AF1C04 Fire Brick

📋 copy color: '#AF1C04'

red 175 ◦ green 28 ◦ blue 4

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

Shades of Fire Brick #AF1C04

Tints of Fire Brick #AF1C04

RGB

 RED value IS 175 (68.75% from 255) = 84.54%

 GREEN value IS 28 (11.33% from 255) = 13.53%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 84.54%
G = 13.53%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF1C04 (or 0xAF1C04) is known color: Fire Brick. HEX triplet: AF, 1C and 04. RGB value is (175,28,4). Sum of RGB (Red+Green+Blue) = 175+28+4=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C04 is #50E3FB. Grayscale: #454545. Windows color (decimal): -5301244 or 269487. OLE color: 269487.

HSL color Cylindrical-coordinate representation of color #AF1C04: hue angle of 8.42º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF1C04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 4 -
CMYK 0 0.84 0.98 0.31
HSL 8.42º 0.96% 0.35% -
HSV(B) 8.42º 0.98% 0.69% -
XYZ 18.12 9.95 1.08 -
YUV 69.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 175 28 4 0 0.84 0.98 0.31 8.42 0.96 0.35
Hex AF 1C 4 0 54 62 1F 8 60 23
Octal 257 34 4 0 124 142 37 10 140 43
Binary 10101111 11100 100 0 1010100 1100010 11111 1000 1100000 100011

Color Harmonies of #AF1C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C04

Black with #AF1C04

Text Example


Text Example

White with #AF1C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C04; }

 p { color: rgb(175,28,4); }

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

background-color css

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

 a { background-color: rgb(175,28,4); }

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

border-color css

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

 span { border-color: rgb(175,28,4); }

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