Html Css Color HEX #C54A0B Rust

📋 copy color: '#C54A0B'

red 197 ◦ green 74 ◦ blue 11

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

Shades of Rust #C54A0B

Tints of Rust #C54A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

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

R = 69.86%
G = 26.24%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C54A0B (or 0xC54A0B) is known color: Rust. HEX triplet: C5, 4A and 0B. RGB value is (197,74,11). Sum of RGB (Red+Green+Blue) = 197+74+11=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A0B is #3AB5F4. Grayscale: #676767. Windows color (decimal): -3847669 or 740037. OLE color: 740037.

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

Color convert

RGB 197 74 11 -
CMYK 0 0.62 0.94 0.23
HSL 20.32º 0.89% 0.41% -
HSV(B) 20.32º 0.94% 0.77% -
XYZ 25.54 16.79 2.21 -
YUV 103.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 197 74 11 0 0.62 0.94 0.23 20.32 0.89 0.41
Hex C5 4A B 0 3E 5E 17 14 59 29
Octal 305 112 13 0 76 136 27 24 131 51
Binary 11000101 1001010 1011 0 111110 1011110 10111 10100 1011001 101001

Color Harmonies of #C54A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A0B

Black with #C54A0B

Text Example


Text Example

White with #C54A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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