Html Css Color HEX #C6420F Rust

📋 copy color: '#C6420F'

red 198 ◦ green 66 ◦ blue 15

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

Shades of Rust #C6420F

Tints of Rust #C6420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 70.97%
G = 23.66%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6420F (or 0xC6420F) is known color: Rust. HEX triplet: C6, 42 and 0F. RGB value is (198,66,15). Sum of RGB (Red+Green+Blue) = 198+66+15=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6420F is #39BDF0. Grayscale: #636363. Windows color (decimal): -3784177 or 1000134. OLE color: 1000134.

HSL color Cylindrical-coordinate representation of color #C6420F: hue angle of 16.72º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6420F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 15 -
CMYK 0 0.67 0.92 0.22
HSL 16.72º 0.86% 0.42% -
HSV(B) 16.72º 0.92% 0.78% -
XYZ 25.32 15.94 2.19 -
YUV 99.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 198 66 15 0 0.67 0.92 0.22 16.72 0.86 0.42
Hex C6 42 F 0 43 5C 16 11 56 2A
Octal 306 102 17 0 103 134 26 21 126 52
Binary 11000110 1000010 1111 0 1000011 1011100 10110 10001 1010110 101010

Color Harmonies of #C6420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6420F

Black with #C6420F

Text Example


Text Example

White with #C6420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6420F; }

 p { color: rgb(198,66,15); }

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

background-color css

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

 a { background-color: rgb(198,66,15); }

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

border-color css

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

 span { border-color: rgb(198,66,15); }

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