Html Css Color HEX #C64B18 Rust

📋 copy color: '#C64B18'

red 198 ◦ green 75 ◦ blue 24

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

Shades of Rust #C64B18

Tints of Rust #C64B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 66.67%
G = 25.25%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C64B18 (or 0xC64B18) is known color: Rust. HEX triplet: C6, 4B and 18. RGB value is (198,75,24). Sum of RGB (Red+Green+Blue) = 198+75+24=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B18 is #39B4E7. Grayscale: #6A6A6A. Windows color (decimal): -3781864 or 1592262. OLE color: 1592262.

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

Color convert

RGB 198 75 24 -
CMYK 0 0.62 0.88 0.22
HSL 17.59º 0.78% 0.44% -
HSV(B) 17.59º 0.88% 0.78% -
XYZ 25.97 17.1 2.8 -
YUV 105.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 198 75 24 0 0.62 0.88 0.22 17.59 0.78 0.44
Hex C6 4B 18 0 3E 58 16 12 4E 2C
Octal 306 113 30 0 76 130 26 22 116 54
Binary 11000110 1001011 11000 0 111110 1011000 10110 10010 1001110 101100

Color Harmonies of #C64B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B18

Black with #C64B18

Text Example


Text Example

White with #C64B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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