Html Css Color HEX #AF0805 Free Speech Red

📋 copy color: '#AF0805'

red 175 ◦ green 8 ◦ blue 5

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

Shades of Free Speech Red #AF0805

Tints of Free Speech Red #AF0805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 93.09%
G = 4.26%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF0805 (or 0xAF0805) is known color: Free Speech Red. HEX triplet: AF, 08 and 05. RGB value is (175,8,5). Sum of RGB (Red+Green+Blue) = 175+8+5=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0805 is #50F7FA. Grayscale: #393939. Windows color (decimal): -5306363 or 329903. OLE color: 329903.

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

Color convert

RGB 175 8 5 -
CMYK 0 0.95 0.97 0.31
HSL 1.06º 0.94% 0.35% -
HSV(B) 1.06º 0.97% 0.69% -
XYZ 17.79 9.3 1 -
YUV 57.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 175 8 5 0 0.95 0.97 0.31 1.06 0.94 0.35
Hex AF 8 5 0 5F 61 1F 1 5E 23
Octal 257 10 5 0 137 141 37 1 136 43
Binary 10101111 1000 101 0 1011111 1100001 11111 1 1011110 100011

Color Harmonies of #AF0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0805

Black with #AF0805

Text Example


Text Example

White with #AF0805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0805; }

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

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

background-color css

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

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

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

border-color css

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

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

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