Html Css Color HEX #AD0B08 Free Speech Red

📋 copy color: '#AD0B08'

red 173 ◦ green 11 ◦ blue 8

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

Shades of Free Speech Red #AD0B08

Tints of Free Speech Red #AD0B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.73%

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 90.1%
G = 5.73%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0B08 (or 0xAD0B08) is known color: Free Speech Red. HEX triplet: AD, 0B and 08. RGB value is (173,11,8). Sum of RGB (Red+Green+Blue) = 173+11+8=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B08 is #52F4F7. Grayscale: #3B3B3B. Windows color (decimal): -5436664 or 527277. OLE color: 527277.

HSL color Cylindrical-coordinate representation of color #AD0B08: hue angle of 1.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0B08 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 11 8 -
CMYK 0 0.94 0.95 0.32
HSL 1.09º 0.91% 0.35% -
HSV(B) 1.09º 0.95% 0.68% -
XYZ 17.4 9.14 1.08 -
YUV 59.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 173 11 8 0 0.94 0.95 0.32 1.09 0.91 0.35
Hex AD B 8 0 5E 5F 20 1 5B 23
Octal 255 13 10 0 136 137 40 1 133 43
Binary 10101101 1011 1000 0 1011110 1011111 100000 1 1011011 100011

Color Harmonies of #AD0B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B08

Black with #AD0B08

Text Example


Text Example

White with #AD0B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B08; }

 p { color: rgb(173,11,8); }

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

background-color css

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

 a { background-color: rgb(173,11,8); }

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

border-color css

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

 span { border-color: rgb(173,11,8); }

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