Html Css Color HEX #C64B1C Rust

📋 copy color: '#C64B1C'

red 198 ◦ green 75 ◦ blue 28

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

Shades of Rust #C64B1C

Tints of Rust #C64B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 65.78%
G = 24.92%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C64B1C (or 0xC64B1C) is known color: Rust. HEX triplet: C6, 4B and 1C. RGB value is (198,75,28). Sum of RGB (Red+Green+Blue) = 198+75+28=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B1C is #39B4E3. Grayscale: #6A6A6A. Windows color (decimal): -3781860 or 1854406. OLE color: 1854406.

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

Color convert

RGB 198 75 28 -
CMYK 0 0.62 0.86 0.22
HSL 16.59º 0.75% 0.44% -
HSV(B) 16.59º 0.86% 0.78% -
XYZ 26.01 17.12 3.03 -
YUV 106.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 198 75 28 0 0.62 0.86 0.22 16.59 0.75 0.44
Hex C6 4B 1C 0 3E 56 16 11 4B 2C
Octal 306 113 34 0 76 126 26 21 113 54
Binary 11000110 1001011 11100 0 111110 1010110 10110 10001 1001011 101100

Color Harmonies of #C64B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B1C

Black with #C64B1C

Text Example


Text Example

White with #C64B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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