Html Css Color HEX #AF1C06 Fire Brick

📋 copy color: '#AF1C06'

red 175 ◦ green 28 ◦ blue 6

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

Shades of Fire Brick #AF1C06

Tints of Fire Brick #AF1C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 83.73%
G = 13.4%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF1C06 (or 0xAF1C06) is known color: Fire Brick. HEX triplet: AF, 1C and 06. RGB value is (175,28,6). Sum of RGB (Red+Green+Blue) = 175+28+6=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C06 is #50E3F9. Grayscale: #454545. Windows color (decimal): -5301242 or 400559. OLE color: 400559.

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

Color convert

RGB 175 28 6 -
CMYK 0 0.84 0.97 0.31
HSL 7.81º 0.93% 0.35% -
HSV(B) 7.81º 0.97% 0.69% -
XYZ 18.13 9.96 1.14 -
YUV 69.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 175 28 6 0 0.84 0.97 0.31 7.81 0.93 0.35
Hex AF 1C 6 0 54 61 1F 8 5D 23
Octal 257 34 6 0 124 141 37 10 135 43
Binary 10101111 11100 110 0 1010100 1100001 11111 1000 1011101 100011

Color Harmonies of #AF1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C06

Black with #AF1C06

Text Example


Text Example

White with #AF1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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