Html Css Color HEX #C64B0B Rust

📋 copy color: '#C64B0B'

red 198 ◦ green 75 ◦ blue 11

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

Shades of Rust #C64B0B

Tints of Rust #C64B0B

RGB

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

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

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

R = 69.72%
G = 26.41%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C64B0B (or 0xC64B0B) is known color: Rust. HEX triplet: C6, 4B and 0B. RGB value is (198,75,11). Sum of RGB (Red+Green+Blue) = 198+75+11=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B0B is #39B4F4. Grayscale: #686868. Windows color (decimal): -3781877 or 740294. OLE color: 740294.

HSL color Cylindrical-coordinate representation of color #C64B0B: hue angle of 20.53º 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 #C64B0B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 11 -
CMYK 0 0.62 0.94 0.22
HSL 20.53º 0.89% 0.41% -
HSV(B) 20.53º 0.94% 0.78% -
XYZ 25.87 17.06 2.25 -
YUV 104.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 198 75 11 0 0.62 0.94 0.22 20.53 0.89 0.41
Hex C6 4B B 0 3E 5E 16 15 59 29
Octal 306 113 13 0 76 136 26 25 131 51
Binary 11000110 1001011 1011 0 111110 1011110 10110 10101 1011001 101001

Color Harmonies of #C64B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B0B

Black with #C64B0B

Text Example


Text Example

White with #C64B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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