Html Css Color HEX #C63F06 Rust

📋 copy color: '#C63F06'

red 198 ◦ green 63 ◦ blue 6

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

Shades of Rust #C63F06

Tints of Rust #C63F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.25%

R = 74.16%
G = 23.6%
B = 2.25%

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

#C63F06 (or 0xC63F06) is known color: Rust. HEX triplet: C6, 3F and 06. RGB value is (198,63,6). Sum of RGB (Red+Green+Blue) = 198+63+6=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63F06 is #39C0F9. Grayscale: #616161. Windows color (decimal): -3784954 or 409542. OLE color: 409542.

HSL color Cylindrical-coordinate representation of color #C63F06: hue angle of 17.81º degrees, saturation: 0.94, 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 #C63F06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 6 -
CMYK 0 0.68 0.97 0.22
HSL 17.81º 0.94% 0.4% -
HSV(B) 17.81º 0.97% 0.78% -
XYZ 25.1 15.57 1.86 -
YUV 96.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 198 63 6 0 0.68 0.97 0.22 17.81 0.94 0.4
Hex C6 3F 6 0 44 61 16 12 5E 28
Octal 306 77 6 0 104 141 26 22 136 50
Binary 11000110 111111 110 0 1000100 1100001 10110 10010 1011110 101000

Color Harmonies of #C63F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F06

Black with #C63F06

Text Example


Text Example

White with #C63F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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