Html Css Color HEX #AF1A06 Fire Brick

📋 copy color: '#AF1A06'

red 175 ◦ green 26 ◦ blue 6

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

Shades of Fire Brick #AF1A06

Tints of Fire Brick #AF1A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

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

R = 84.54%
G = 12.56%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF1A06 (or 0xAF1A06) is known color: Fire Brick. HEX triplet: AF, 1A and 06. RGB value is (175,26,6). Sum of RGB (Red+Green+Blue) = 175+26+6=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A06 is #50E5F9. Grayscale: #444444. Windows color (decimal): -5301754 or 400047. OLE color: 400047.

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

Color convert

RGB 175 26 6 -
CMYK 0 0.85 0.97 0.31
HSL 7.1º 0.93% 0.35% -
HSV(B) 7.1º 0.97% 0.69% -
XYZ 18.08 9.87 1.12 -
YUV 68.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 175 26 6 0 0.85 0.97 0.31 7.1 0.93 0.35
Hex AF 1A 6 0 55 61 1F 7 5D 23
Octal 257 32 6 0 125 141 37 7 135 43
Binary 10101111 11010 110 0 1010101 1100001 11111 111 1011101 100011

Color Harmonies of #AF1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A06

Black with #AF1A06

Text Example


Text Example

White with #AF1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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