Html Css Color HEX #C63A00 Rust

📋 copy color: '#C63A00'

red 198 ◦ green 58 ◦ blue 0

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

Shades of Rust #C63A00

Tints of Rust #C63A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.34%
G = 22.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C63A00 (or 0xC63A00) is known color: Rust. HEX triplet: C6, 3A and 00. RGB value is (198,58,0). Sum of RGB (Red+Green+Blue) = 198+58+0=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A00 is #39C5FF. Grayscale: #5D5D5D. Windows color (decimal): -3786240 or 15046. OLE color: 15046.

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

Color convert

RGB 198 58 0 -
CMYK 0 0.71 1 0.22
HSL 17.58º 1% 0.39% -
HSV(B) 17.58º 1% 0.78% -
XYZ 24.8 15.03 1.59 -
YUV 93.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 198 58 0 0 0.71 1 0.22 17.58 1 0.39
Hex C6 3A 0 0 47 64 16 12 64 27
Octal 306 72 0 0 107 144 26 22 144 47
Binary 11000110 111010 0 0 1000111 1100100 10110 10010 1100100 100111

Color Harmonies of #C63A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A00

Black with #C63A00

Text Example


Text Example

White with #C63A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A00; }

 p { color: rgb(198,58,0); }

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

background-color css

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

 a { background-color: rgb(198,58,0); }

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

border-color css

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

 span { border-color: rgb(198,58,0); }

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