Html Css Color HEX #C24D0A Rust

📋 copy color: '#C24D0A'

red 194 ◦ green 77 ◦ blue 10

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

Shades of Rust #C24D0A

Tints of Rust #C24D0A

RGB

 RED value IS 194 (76.17% from 255) = 69.04%

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 10 (4.3% from 255) = 3.56%

R = 69.04%
G = 27.4%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C24D0A (or 0xC24D0A) is known color: Rust. HEX triplet: C2, 4D and 0A. RGB value is (194,77,10). Sum of RGB (Red+Green+Blue) = 194+77+10=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D0A is #3DB2F5. Grayscale: #686868. Windows color (decimal): -4043510 or 675266. OLE color: 675266.

HSL color Cylindrical-coordinate representation of color #C24D0A: hue angle of 21.85º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24D0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 10 -
CMYK 0 0.60 0.95 0.24
HSL 21.85º 0.9% 0.4% -
HSV(B) 21.85º 0.95% 0.76% -
XYZ 24.96 16.8 2.21 -
YUV 104.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 194 77 10 0 0.60 0.95 0.24 21.85 0.9 0.4
Hex C2 4D A 0 3C 5F 18 16 5A 28
Octal 302 115 12 0 74 137 30 26 132 50
Binary 11000010 1001101 1010 0 111100 1011111 11000 10110 1011010 101000

Color Harmonies of #C24D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D0A

Black with #C24D0A

Text Example


Text Example

White with #C24D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D0A; }

 p { color: rgb(194,77,10); }

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

background-color css

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

 a { background-color: rgb(194,77,10); }

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

border-color css

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

 span { border-color: rgb(194,77,10); }

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