Html Css Color HEX #C63F05 Rust

📋 copy color: '#C63F05'

red 198 ◦ green 63 ◦ blue 5

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

Shades of Rust #C63F05

Tints of Rust #C63F05

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 74.44%
G = 23.68%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63F05 (or 0xC63F05) is known color: Rust. HEX triplet: C6, 3F and 05. RGB value is (198,63,5). Sum of RGB (Red+Green+Blue) = 198+63+5=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63F05 is #39C0FA. Grayscale: #616161. Windows color (decimal): -3784955 or 344006. OLE color: 344006.

HSL color Cylindrical-coordinate representation of color #C63F05: hue angle of 18.03º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C63F05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 5 -
CMYK 0 0.68 0.97 0.22
HSL 18.03º 0.95% 0.4% -
HSV(B) 18.03º 0.97% 0.78% -
XYZ 25.09 15.57 1.83 -
YUV 96.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 198 63 5 0 0.68 0.97 0.22 18.03 0.95 0.4
Hex C6 3F 5 0 44 61 16 12 5F 28
Octal 306 77 5 0 104 141 26 22 137 50
Binary 11000110 111111 101 0 1000100 1100001 10110 10010 1011111 101000

Color Harmonies of #C63F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F05

Black with #C63F05

Text Example


Text Example

White with #C63F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F05; }

 p { color: rgb(198,63,5); }

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

background-color css

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

 a { background-color: rgb(198,63,5); }

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

border-color css

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

 span { border-color: rgb(198,63,5); }

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