Html Css Color HEX #AD1A02 Free Speech Red

📋 copy color: '#AD1A02'

red 173 ◦ green 26 ◦ blue 2

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

Shades of Free Speech Red #AD1A02

Tints of Free Speech Red #AD1A02

RGB

 RED value IS 173 (67.97% from 255) = 86.07%

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 86.07%
G = 12.94%
B = 1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1A02 (or 0xAD1A02) is known color: Free Speech Red. HEX triplet: AD, 1A and 02. RGB value is (173,26,2). Sum of RGB (Red+Green+Blue) = 173+26+2=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A02 is #52E5FD. Grayscale: #434343. Windows color (decimal): -5432830 or 137901. OLE color: 137901.

HSL color Cylindrical-coordinate representation of color #AD1A02: hue angle of 8.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD1A02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 26 2 -
CMYK 0 0.85 0.99 0.32
HSL 8.42º 0.98% 0.34% -
HSV(B) 8.42º 0.99% 0.68% -
XYZ 17.61 9.63 0.99 -
YUV 67.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 173 26 2 0 0.85 0.99 0.32 8.42 0.98 0.34
Hex AD 1A 2 0 55 63 20 8 62 22
Octal 255 32 2 0 125 143 40 10 142 42
Binary 10101101 11010 10 0 1010101 1100011 100000 1000 1100010 100010

Color Harmonies of #AD1A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A02

Black with #AD1A02

Text Example


Text Example

White with #AD1A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A02; }

 p { color: rgb(173,26,2); }

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

background-color css

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

 a { background-color: rgb(173,26,2); }

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

border-color css

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

 span { border-color: rgb(173,26,2); }

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