Html Css Color HEX #C04601 Rust

📋 copy color: '#C04601'

red 192 ◦ green 70 ◦ blue 1

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

Shades of Rust #C04601

Tints of Rust #C04601

RGB

 RED value IS 192 (75.39% from 255) = 73%

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

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

R = 73%
G = 26.62%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C04601 (or 0xC04601) is known color: Rust. HEX triplet: C0, 46 and 01. RGB value is (192,70,1). Sum of RGB (Red+Green+Blue) = 192+70+1=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C04601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04601 is #3FB9FE. Grayscale: #636363. Windows color (decimal): -4176383 or 83648. OLE color: 83648.

HSL color Cylindrical-coordinate representation of color #C04601: hue angle of 21.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C04601 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 1 -
CMYK 0 0.64 0.99 0.25
HSL 21.68º 0.99% 0.38% -
HSV(B) 21.68º 0.99% 0.75% -
XYZ 23.93 15.59 1.78 -
YUV 98.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 192 70 1 0 0.64 0.99 0.25 21.68 0.99 0.38
Hex C0 46 1 0 40 63 19 16 63 26
Octal 300 106 1 0 100 143 31 26 143 46
Binary 11000000 1000110 1 0 1000000 1100011 11001 10110 1100011 100110

Color Harmonies of #C04601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04601

Black with #C04601

Text Example


Text Example

White with #C04601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04601; }

 p { color: rgb(192,70,1); }

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

background-color css

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

 a { background-color: rgb(192,70,1); }

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

border-color css

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

 span { border-color: rgb(192,70,1); }

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