Html Css Color HEX #C5440B Rust

📋 copy color: '#C5440B'

red 197 ◦ green 68 ◦ blue 11

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

Shades of Rust #C5440B

Tints of Rust #C5440B

RGB

 RED value IS 197 (77.34% from 255) = 71.38%

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

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

R = 71.38%
G = 24.64%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5440B (or 0xC5440B) is known color: Rust. HEX triplet: C5, 44 and 0B. RGB value is (197,68,11). Sum of RGB (Red+Green+Blue) = 197+68+11=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5440B is #3ABBF4. Grayscale: #646464. Windows color (decimal): -3849205 or 738501. OLE color: 738501.

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

Color convert

RGB 197 68 11 -
CMYK 0 0.65 0.94 0.23
HSL 18.39º 0.89% 0.41% -
HSV(B) 18.39º 0.94% 0.77% -
XYZ 25.15 16.03 2.08 -
YUV 100.07 77.74 197.13 -
System Red Green Blue C M Y K H S L
Decimal 197 68 11 0 0.65 0.94 0.23 18.39 0.89 0.41
Hex C5 44 B 0 41 5E 17 12 59 29
Octal 305 104 13 0 101 136 27 22 131 51
Binary 11000101 1000100 1011 0 1000001 1011110 10111 10010 1011001 101001

Color Harmonies of #C5440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5440B

Black with #C5440B

Text Example


Text Example

White with #C5440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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