Html Css Color HEX #AF1D05 Fire Brick

📋 copy color: '#AF1D05'

red 175 ◦ green 29 ◦ blue 5

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

Shades of Fire Brick #AF1D05

Tints of Fire Brick #AF1D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 83.73%
G = 13.88%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF1D05 (or 0xAF1D05) is known color: Fire Brick. HEX triplet: AF, 1D and 05. RGB value is (175,29,5). Sum of RGB (Red+Green+Blue) = 175+29+5=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D05 is #50E2FA. Grayscale: #464646. Windows color (decimal): -5300987 or 335279. OLE color: 335279.

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

Color convert

RGB 175 29 5 -
CMYK 0 0.83 0.97 0.31
HSL 8.47º 0.94% 0.35% -
HSV(B) 8.47º 0.97% 0.69% -
XYZ 18.15 10 1.12 -
YUV 69.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 175 29 5 0 0.83 0.97 0.31 8.47 0.94 0.35
Hex AF 1D 5 0 53 61 1F 8 5E 23
Octal 257 35 5 0 123 141 37 10 136 43
Binary 10101111 11101 101 0 1010011 1100001 11111 1000 1011110 100011

Color Harmonies of #AF1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D05

Black with #AF1D05

Text Example


Text Example

White with #AF1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D05; }

 p { color: rgb(175,29,5); }

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

background-color css

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

 a { background-color: rgb(175,29,5); }

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

border-color css

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

 span { border-color: rgb(175,29,5); }

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