Html Css Color HEX #C54B14 Rust

📋 copy color: '#C54B14'

red 197 ◦ green 75 ◦ blue 20

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

Shades of Rust #C54B14

Tints of Rust #C54B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 67.47%
G = 25.68%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C54B14 (or 0xC54B14) is known color: Rust. HEX triplet: C5, 4B and 14. RGB value is (197,75,20). Sum of RGB (Red+Green+Blue) = 197+75+20=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54B14 is #3AB4EB. Grayscale: #696969. Windows color (decimal): -3847404 or 1330117. OLE color: 1330117.

HSL color Cylindrical-coordinate representation of color #C54B14: hue angle of 18.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54B14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 75 20 -
CMYK 0 0.62 0.90 0.23
HSL 18.64º 0.82% 0.43% -
HSV(B) 18.64º 0.9% 0.77% -
XYZ 25.67 16.95 2.58 -
YUV 105.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 197 75 20 0 0.62 0.90 0.23 18.64 0.82 0.43
Hex C5 4B 14 0 3E 5A 17 13 52 2B
Octal 305 113 24 0 76 132 27 23 122 53
Binary 11000101 1001011 10100 0 111110 1011010 10111 10011 1010010 101011

Color Harmonies of #C54B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54B14

Black with #C54B14

Text Example


Text Example

White with #C54B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54B14; }

 p { color: rgb(197,75,20); }

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

background-color css

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

 a { background-color: rgb(197,75,20); }

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

border-color css

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

 span { border-color: rgb(197,75,20); }

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