Html Css Color HEX #C00A05 Free Speech Red

📋 copy color: '#C00A05'

red 192 ◦ green 10 ◦ blue 5

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

Shades of Free Speech Red #C00A05

Tints of Free Speech Red #C00A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 92.75%
G = 4.83%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C00A05 (or 0xC00A05) is known color: Free Speech Red. HEX triplet: C0, 0A and 05. RGB value is (192,10,5). Sum of RGB (Red+Green+Blue) = 192+10+5=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A05 is #3FF5FA. Grayscale: #404040. Windows color (decimal): -4191739 or 330432. OLE color: 330432.

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

Color convert

RGB 192 10 5 -
CMYK 0 0.95 0.97 0.25
HSL 1.6º 0.95% 0.39% -
HSV(B) 1.6º 0.97% 0.75% -
XYZ 21.87 11.43 1.2 -
YUV 63.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 192 10 5 0 0.95 0.97 0.25 1.6 0.95 0.39
Hex C0 A 5 0 5F 61 19 2 5F 27
Octal 300 12 5 0 137 141 31 2 137 47
Binary 11000000 1010 101 0 1011111 1100001 11001 10 1011111 100111

Color Harmonies of #C00A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A05

Black with #C00A05

Text Example


Text Example

White with #C00A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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