Html Css Color HEX #AF130A Free Speech Red

📋 copy color: '#AF130A'

red 175 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #AF130A

Tints of Free Speech Red #AF130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 85.78%
G = 9.31%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF130A (or 0xAF130A) is known color: Free Speech Red. HEX triplet: AF, 13 and 0A. RGB value is (175,19,10). Sum of RGB (Red+Green+Blue) = 175+19+10=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF130A is #50ECF5. Grayscale: #404040. Windows color (decimal): -5303542 or 660399. OLE color: 660399.

HSL color Cylindrical-coordinate representation of color #AF130A: hue angle of 3.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF130A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 10 -
CMYK 0 0.89 0.94 0.31
HSL 3.27º 0.89% 0.36% -
HSV(B) 3.27º 0.94% 0.69% -
XYZ 17.97 9.6 1.19 -
YUV 64.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 175 19 10 0 0.89 0.94 0.31 3.27 0.89 0.36
Hex AF 13 A 0 59 5E 1F 3 59 24
Octal 257 23 12 0 131 136 37 3 131 44
Binary 10101111 10011 1010 0 1011001 1011110 11111 11 1011001 100100

Color Harmonies of #AF130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF130A

Black with #AF130A

Text Example


Text Example

White with #AF130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF130A; }

 p { color: rgb(175,19,10); }

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

background-color css

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

 a { background-color: rgb(175,19,10); }

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

border-color css

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

 span { border-color: rgb(175,19,10); }

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