Html Css Color HEX #C63C01 Rust

📋 copy color: '#C63C01'

red 198 ◦ green 60 ◦ blue 1

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

Shades of Rust #C63C01

Tints of Rust #C63C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

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

R = 76.45%
G = 23.17%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C63C01 (or 0xC63C01) is known color: Rust. HEX triplet: C6, 3C and 01. RGB value is (198,60,1). Sum of RGB (Red+Green+Blue) = 198+60+1=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63C01 is #39C3FE. Grayscale: #5E5E5E. Windows color (decimal): -3785727 or 81094. OLE color: 81094.

HSL color Cylindrical-coordinate representation of color #C63C01: hue angle of 17.97º 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 #C63C01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 1 -
CMYK 0 0.70 0.99 0.22
HSL 17.97º 0.99% 0.39% -
HSV(B) 17.97º 0.99% 0.78% -
XYZ 24.91 15.24 1.66 -
YUV 94.54 75.22 201.8 -
System Red Green Blue C M Y K H S L
Decimal 198 60 1 0 0.70 0.99 0.22 17.97 0.99 0.39
Hex C6 3C 1 0 46 63 16 12 63 27
Octal 306 74 1 0 106 143 26 22 143 47
Binary 11000110 111100 1 0 1000110 1100011 10110 10010 1100011 100111

Color Harmonies of #C63C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C01

Black with #C63C01

Text Example


Text Example

White with #C63C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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