Html Css Color HEX #AD1B02 Free Speech Red

📋 copy color: '#AD1B02'

red 173 ◦ green 27 ◦ blue 2

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

Shades of Free Speech Red #AD1B02

Tints of Free Speech Red #AD1B02

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

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

R = 85.64%
G = 13.37%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1B02 (or 0xAD1B02) is known color: Free Speech Red. HEX triplet: AD, 1B and 02. RGB value is (173,27,2). Sum of RGB (Red+Green+Blue) = 173+27+2=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B02 is #52E4FD. Grayscale: #444444. Windows color (decimal): -5432574 or 138157. OLE color: 138157.

HSL color Cylindrical-coordinate representation of color #AD1B02: hue angle of 8.77º 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 #AD1B02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 2 -
CMYK 0 0.84 0.99 0.32
HSL 8.77º 0.98% 0.34% -
HSV(B) 8.77º 0.99% 0.68% -
XYZ 17.64 9.67 0.99 -
YUV 67.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 173 27 2 0 0.84 0.99 0.32 8.77 0.98 0.34
Hex AD 1B 2 0 54 63 20 9 62 22
Octal 255 33 2 0 124 143 40 11 142 42
Binary 10101101 11011 10 0 1010100 1100011 100000 1001 1100010 100010

Color Harmonies of #AD1B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B02

Black with #AD1B02

Text Example


Text Example

White with #AD1B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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