Html Css Color HEX #C64B0E Rust

📋 copy color: '#C64B0E'

red 198 ◦ green 75 ◦ blue 14

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

Shades of Rust #C64B0E

Tints of Rust #C64B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 68.99%
G = 26.13%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C64B0E (or 0xC64B0E) is known color: Rust. HEX triplet: C6, 4B and 0E. RGB value is (198,75,14). Sum of RGB (Red+Green+Blue) = 198+75+14=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B0E is #39B4F1. Grayscale: #696969. Windows color (decimal): -3781874 or 936902. OLE color: 936902.

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

Color convert

RGB 198 75 14 -
CMYK 0 0.62 0.93 0.22
HSL 19.89º 0.87% 0.42% -
HSV(B) 19.89º 0.93% 0.78% -
XYZ 25.88 17.07 2.35 -
YUV 104.82 76.75 194.46 -
System Red Green Blue C M Y K H S L
Decimal 198 75 14 0 0.62 0.93 0.22 19.89 0.87 0.42
Hex C6 4B E 0 3E 5D 16 14 57 2A
Octal 306 113 16 0 76 135 26 24 127 52
Binary 11000110 1001011 1110 0 111110 1011101 10110 10100 1010111 101010

Color Harmonies of #C64B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B0E

Black with #C64B0E

Text Example


Text Example

White with #C64B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B0E; }

 p { color: rgb(198,75,14); }

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

background-color css

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

 a { background-color: rgb(198,75,14); }

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

border-color css

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

 span { border-color: rgb(198,75,14); }

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