Html Css Color HEX #C24007 Rust

📋 copy color: '#C24007'

red 194 ◦ green 64 ◦ blue 7

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

Shades of Rust #C24007

Tints of Rust #C24007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 73.21%
G = 24.15%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C24007 (or 0xC24007) is known color: Rust. HEX triplet: C2, 40 and 07. RGB value is (194,64,7). Sum of RGB (Red+Green+Blue) = 194+64+7=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C24007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24007 is #3DBFF8. Grayscale: #606060. Windows color (decimal): -4046841 or 475330. OLE color: 475330.

HSL color Cylindrical-coordinate representation of color #C24007: hue angle of 18.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C24007 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 7 -
CMYK 0 0.67 0.96 0.24
HSL 18.29º 0.93% 0.39% -
HSV(B) 18.29º 0.96% 0.76% -
XYZ 24.12 15.15 1.85 -
YUV 96.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 194 64 7 0 0.67 0.96 0.24 18.29 0.93 0.39
Hex C2 40 7 0 43 60 18 12 5D 27
Octal 302 100 7 0 103 140 30 22 135 47
Binary 11000010 1000000 111 0 1000011 1100000 11000 10010 1011101 100111

Color Harmonies of #C24007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24007

Black with #C24007

Text Example


Text Example

White with #C24007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24007; }

 p { color: rgb(194,64,7); }

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

background-color css

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

 a { background-color: rgb(194,64,7); }

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

border-color css

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

 span { border-color: rgb(194,64,7); }

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