Html Css Color HEX #C94208 Rust

📋 copy color: '#C94208'

red 201 ◦ green 66 ◦ blue 8

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

Shades of Rust #C94208

Tints of Rust #C94208

RGB

 RED value IS 201 (78.91% from 255) = 73.09%

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 73.09%
G = 24%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94208 (or 0xC94208) is known color: Rust. HEX triplet: C9, 42 and 08. RGB value is (201,66,8). Sum of RGB (Red+Green+Blue) = 201+66+8=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C94208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94208 is #36BDF7. Grayscale: #646464. Windows color (decimal): -3587576 or 541385. OLE color: 541385.

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

Color convert

RGB 201 66 8 -
CMYK 0 0.67 0.96 0.21
HSL 18.03º 0.92% 0.41% -
HSV(B) 18.03º 0.96% 0.79% -
XYZ 26.08 16.33 2.01 -
YUV 99.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 201 66 8 0 0.67 0.96 0.21 18.03 0.92 0.41
Hex C9 42 8 0 43 60 15 12 5C 29
Octal 311 102 10 0 103 140 25 22 134 51
Binary 11001001 1000010 1000 0 1000011 1100000 10101 10010 1011100 101001

Color Harmonies of #C94208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94208

Black with #C94208

Text Example


Text Example

White with #C94208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94208; }

 p { color: rgb(201,66,8); }

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

background-color css

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

 a { background-color: rgb(201,66,8); }

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

border-color css

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

 span { border-color: rgb(201,66,8); }

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