Html Css Color HEX #C63B01 Rust

📋 copy color: '#C63B01'

red 198 ◦ green 59 ◦ blue 1

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

Shades of Rust #C63B01

Tints of Rust #C63B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 76.74%
G = 22.87%
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

#C63B01 (or 0xC63B01) is known color: Rust. HEX triplet: C6, 3B and 01. RGB value is (198,59,1). Sum of RGB (Red+Green+Blue) = 198+59+1=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63B01 is #39C4FE. Grayscale: #5E5E5E. Windows color (decimal): -3785983 or 80838. OLE color: 80838.

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

Color convert

RGB 198 59 1 -
CMYK 0 0.70 0.99 0.22
HSL 17.66º 0.99% 0.39% -
HSV(B) 17.66º 0.99% 0.78% -
XYZ 24.86 15.14 1.64 -
YUV 93.95 75.55 202.22 -
System Red Green Blue C M Y K H S L
Decimal 198 59 1 0 0.70 0.99 0.22 17.66 0.99 0.39
Hex C6 3B 1 0 46 63 16 12 63 27
Octal 306 73 1 0 106 143 26 22 143 47
Binary 11000110 111011 1 0 1000110 1100011 10110 10010 1100011 100111

Color Harmonies of #C63B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B01

Black with #C63B01

Text Example


Text Example

White with #C63B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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