Html Css Color HEX #C74309 Rust

📋 copy color: '#C74309'

red 199 ◦ green 67 ◦ blue 9

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

Shades of Rust #C74309

Tints of Rust #C74309

RGB

 RED value IS 199 (78.13% from 255) = 72.36%

 GREEN value IS 67 (26.56% from 255) = 24.36%

 BLUE value IS 9 (3.91% from 255) = 3.27%

R = 72.36%
G = 24.36%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C74309 (or 0xC74309) is known color: Rust. HEX triplet: C7, 43 and 09. RGB value is (199,67,9). Sum of RGB (Red+Green+Blue) = 199+67+9=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C74309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74309 is #38BCF6. Grayscale: #646464. Windows color (decimal): -3718391 or 607175. OLE color: 607175.

HSL color Cylindrical-coordinate representation of color #C74309: hue angle of 18.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C74309 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 67 9 -
CMYK 0 0.66 0.95 0.22
HSL 18.32º 0.91% 0.41% -
HSV(B) 18.32º 0.95% 0.78% -
XYZ 25.61 16.18 2.03 -
YUV 99.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 199 67 9 0 0.66 0.95 0.22 18.32 0.91 0.41
Hex C7 43 9 0 42 5F 16 12 5B 29
Octal 307 103 11 0 102 137 26 22 133 51
Binary 11000111 1000011 1001 0 1000010 1011111 10110 10010 1011011 101001

Color Harmonies of #C74309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74309

Black with #C74309

Text Example


Text Example

White with #C74309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74309; }

 p { color: rgb(199,67,9); }

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

background-color css

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

 a { background-color: rgb(199,67,9); }

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

border-color css

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

 span { border-color: rgb(199,67,9); }

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