Html Css Color HEX #C6440B Rust

📋 copy color: '#C6440B'

red 198 ◦ green 68 ◦ blue 11

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

Shades of Rust #C6440B

Tints of Rust #C6440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 71.48%
G = 24.55%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6440B (or 0xC6440B) is known color: Rust. HEX triplet: C6, 44 and 0B. RGB value is (198,68,11). Sum of RGB (Red+Green+Blue) = 198+68+11=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6440B is #39BBF4. Grayscale: #646464. Windows color (decimal): -3783669 or 738502. OLE color: 738502.

HSL color Cylindrical-coordinate representation of color #C6440B: hue angle of 18.29º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6440B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 11 -
CMYK 0 0.66 0.94 0.22
HSL 18.29º 0.89% 0.41% -
HSV(B) 18.29º 0.94% 0.78% -
XYZ 25.42 16.16 2.1 -
YUV 100.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 198 68 11 0 0.66 0.94 0.22 18.29 0.89 0.41
Hex C6 44 B 0 42 5E 16 12 59 29
Octal 306 104 13 0 102 136 26 22 131 51
Binary 11000110 1000100 1011 0 1000010 1011110 10110 10010 1011001 101001

Color Harmonies of #C6440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6440B

Black with #C6440B

Text Example


Text Example

White with #C6440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6440B; }

 p { color: rgb(198,68,11); }

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

background-color css

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

 a { background-color: rgb(198,68,11); }

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

border-color css

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

 span { border-color: rgb(198,68,11); }

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