Html Css Color HEX #C64B0D Rust

📋 copy color: '#C64B0D'

red 198 ◦ green 75 ◦ blue 13

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

Shades of Rust #C64B0D

Tints of Rust #C64B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 69.23%
G = 26.22%
B = 4.55%

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

#C64B0D (or 0xC64B0D) is known color: Rust. HEX triplet: C6, 4B and 0D. RGB value is (198,75,13). Sum of RGB (Red+Green+Blue) = 198+75+13=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B0D is #39B4F2. Grayscale: #696969. Windows color (decimal): -3781875 or 871366. OLE color: 871366.

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

Color convert

RGB 198 75 13 -
CMYK 0 0.62 0.93 0.22
HSL 20.11º 0.88% 0.41% -
HSV(B) 20.11º 0.93% 0.78% -
XYZ 25.88 17.07 2.31 -
YUV 104.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 198 75 13 0 0.62 0.93 0.22 20.11 0.88 0.41
Hex C6 4B D 0 3E 5D 16 14 58 29
Octal 306 113 15 0 76 135 26 24 130 51
Binary 11000110 1001011 1101 0 111110 1011101 10110 10100 1011000 101001

Color Harmonies of #C64B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B0D

Black with #C64B0D

Text Example


Text Example

White with #C64B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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