Html Css Color HEX #C24608 Rust

📋 copy color: '#C24608'

red 194 ◦ green 70 ◦ blue 8

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

Shades of Rust #C24608

Tints of Rust #C24608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 71.32%
G = 25.74%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C24608 (or 0xC24608) is known color: Rust. HEX triplet: C2, 46 and 08. RGB value is (194,70,8). Sum of RGB (Red+Green+Blue) = 194+70+8=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C24608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24608 is #3DB9F7. Grayscale: #646464. Windows color (decimal): -4045304 or 542402. OLE color: 542402.

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

Color convert

RGB 194 70 8 -
CMYK 0 0.64 0.96 0.24
HSL 20º 0.92% 0.4% -
HSV(B) 20º 0.96% 0.76% -
XYZ 24.48 15.87 2 -
YUV 100.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 194 70 8 0 0.64 0.96 0.24 20 0.92 0.4
Hex C2 46 8 0 40 60 18 14 5C 28
Octal 302 106 10 0 100 140 30 24 134 50
Binary 11000010 1000110 1000 0 1000000 1100000 11000 10100 1011100 101000

Color Harmonies of #C24608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24608

Black with #C24608

Text Example


Text Example

White with #C24608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24608; }

 p { color: rgb(194,70,8); }

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

background-color css

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

 a { background-color: rgb(194,70,8); }

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

border-color css

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

 span { border-color: rgb(194,70,8); }

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