Html Css Color HEX #C00A00 Free Speech Red

📋 copy color: '#C00A00'

red 192 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #C00A00

Tints of Free Speech Red #C00A00

RGB

 RED value IS 192 (75.39% from 255) = 95.05%

 GREEN value IS 10 (4.3% from 255) = 4.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.05%
G = 4.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C00A00 (or 0xC00A00) is known color: Free Speech Red. HEX triplet: C0, 0A and 00. RGB value is (192,10,0). Sum of RGB (Red+Green+Blue) = 192+10+0=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A00 is #3FF5FF. Grayscale: #3F3F3F. Windows color (decimal): -4191744 or 2752. OLE color: 2752.

HSL color Cylindrical-coordinate representation of color #C00A00: hue angle of 3.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00A00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 0 -
CMYK 0 0.95 1 0.25
HSL 3.13º 1% 0.38% -
HSV(B) 3.13º 1% 0.75% -
XYZ 21.85 11.42 1.05 -
YUV 63.28 92.3 219.81 -
System Red Green Blue C M Y K H S L
Decimal 192 10 0 0 0.95 1 0.25 3.13 1 0.38
Hex C0 A 0 0 5F 64 19 3 64 26
Octal 300 12 0 0 137 144 31 3 144 46
Binary 11000000 1010 0 0 1011111 1100100 11001 11 1100100 100110

Color Harmonies of #C00A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A00

Black with #C00A00

Text Example


Text Example

White with #C00A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A00; }

 p { color: rgb(192,10,0); }

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

background-color css

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

 a { background-color: rgb(192,10,0); }

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

border-color css

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

 span { border-color: rgb(192,10,0); }

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