Html Css Color HEX #C5430B Rust

📋 copy color: '#C5430B'

red 197 ◦ green 67 ◦ blue 11

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

Shades of Rust #C5430B

Tints of Rust #C5430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 71.64%
G = 24.36%
B = 4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5430B (or 0xC5430B) is known color: Rust. HEX triplet: C5, 43 and 0B. RGB value is (197,67,11). Sum of RGB (Red+Green+Blue) = 197+67+11=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5430B is #3ABCF4. Grayscale: #636363. Windows color (decimal): -3849461 or 738245. OLE color: 738245.

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

Color convert

RGB 197 67 11 -
CMYK 0 0.66 0.94 0.23
HSL 18.06º 0.89% 0.41% -
HSV(B) 18.06º 0.94% 0.77% -
XYZ 25.09 15.91 2.06 -
YUV 99.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 197 67 11 0 0.66 0.94 0.23 18.06 0.89 0.41
Hex C5 43 B 0 42 5E 17 12 59 29
Octal 305 103 13 0 102 136 27 22 131 51
Binary 11000101 1000011 1011 0 1000010 1011110 10111 10010 1011001 101001

Color Harmonies of #C5430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5430B

Black with #C5430B

Text Example


Text Example

White with #C5430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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