Html Css Color HEX #C74308 Rust

📋 copy color: '#C74308'

red 199 ◦ green 67 ◦ blue 8

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

Shades of Rust #C74308

Tints of Rust #C74308

RGB

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

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

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

R = 72.63%
G = 24.45%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74308 (or 0xC74308) is known color: Rust. HEX triplet: C7, 43 and 08. RGB value is (199,67,8). Sum of RGB (Red+Green+Blue) = 199+67+8=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C74308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74308 is #38BCF7. Grayscale: #646464. Windows color (decimal): -3718392 or 541639. OLE color: 541639.

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

Color convert

RGB 199 67 8 -
CMYK 0 0.66 0.96 0.22
HSL 18.53º 0.92% 0.41% -
HSV(B) 18.53º 0.96% 0.78% -
XYZ 25.6 16.17 2 -
YUV 99.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 199 67 8 0 0.66 0.96 0.22 18.53 0.92 0.41
Hex C7 43 8 0 42 60 16 13 5C 29
Octal 307 103 10 0 102 140 26 23 134 51
Binary 11000111 1000011 1000 0 1000010 1100000 10110 10011 1011100 101001

Color Harmonies of #C74308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74308

Black with #C74308

Text Example


Text Example

White with #C74308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74308; }

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

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

background-color css

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

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

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

border-color css

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

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

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