Html Css Color HEX #C64301 Rust

📋 copy color: '#C64301'

red 198 ◦ green 67 ◦ blue 1

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

Shades of Rust #C64301

Tints of Rust #C64301

RGB

 RED value IS 198 (77.73% from 255) = 74.44%

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 74.44%
G = 25.19%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64301 (or 0xC64301) is known color: Rust. HEX triplet: C6, 43 and 01. RGB value is (198,67,1). Sum of RGB (Red+Green+Blue) = 198+67+1=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C64301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64301 is #39BCFE. Grayscale: #636363. Windows color (decimal): -3783935 or 82886. OLE color: 82886.

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

Color convert

RGB 198 67 1 -
CMYK 0 0.66 0.99 0.22
HSL 20.1º 0.99% 0.39% -
HSV(B) 20.1º 0.99% 0.78% -
XYZ 25.3 16.02 1.79 -
YUV 98.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 198 67 1 0 0.66 0.99 0.22 20.1 0.99 0.39
Hex C6 43 1 0 42 63 16 14 63 27
Octal 306 103 1 0 102 143 26 24 143 47
Binary 11000110 1000011 1 0 1000010 1100011 10110 10100 1100011 100111

Color Harmonies of #C64301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64301

Black with #C64301

Text Example


Text Example

White with #C64301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64301; }

 p { color: rgb(198,67,1); }

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

background-color css

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

 a { background-color: rgb(198,67,1); }

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

border-color css

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

 span { border-color: rgb(198,67,1); }

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