Html Css Color HEX #A80302 Free Speech Red

📋 copy color: '#A80302'

red 168 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #A80302

Tints of Free Speech Red #A80302

RGB

 RED value IS 168 (66.02% from 255) = 97.11%

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 97.11%
G = 1.73%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A80302 (or 0xA80302) is known color: Free Speech Red. HEX triplet: A8, 03 and 02. RGB value is (168,3,2). Sum of RGB (Red+Green+Blue) = 168+3+2=173 (22% of max value = 765). Red value is 168 (66.02% from 255 or 97.11% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 168 - color contains mainly: red. Hex color #A80302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80302 is #57FCFD. Grayscale: #343434. Windows color (decimal): -5766398 or 132008. OLE color: 132008.

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

Color convert

RGB 168 3 2 -
CMYK 0 0.98 0.99 0.34
HSL 0.36º 0.98% 0.33% -
HSV(B) 0.36º 0.99% 0.66% -
XYZ 16.19 8.39 0.82 -
YUV 52.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 168 3 2 0 0.98 0.99 0.34 0.36 0.98 0.33
Hex A8 3 2 0 62 63 22 0 62 21
Octal 250 3 2 0 142 143 42 0 142 41
Binary 10101000 11 10 0 1100010 1100011 100010 0 1100010 100001

Color Harmonies of #A80302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80302

Black with #A80302

Text Example


Text Example

White with #A80302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80302; }

 p { color: rgb(168,3,2); }

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

background-color css

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

 a { background-color: rgb(168,3,2); }

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

border-color css

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

 span { border-color: rgb(168,3,2); }

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