Html Css Color HEX #C7481A Rust

📋 copy color: '#C7481A'

red 199 ◦ green 72 ◦ blue 26

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

Shades of Rust #C7481A

Tints of Rust #C7481A

RGB

 RED value IS 199 (78.13% from 255) = 67%

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 67%
G = 24.24%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7481A (or 0xC7481A) is known color: Rust. HEX triplet: C7, 48 and 1A. RGB value is (199,72,26). Sum of RGB (Red+Green+Blue) = 199+72+26=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7481A is #38B7E5. Grayscale: #696969. Windows color (decimal): -3717094 or 1722567. OLE color: 1722567.

HSL color Cylindrical-coordinate representation of color #C7481A: hue angle of 15.95º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7481A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 26 -
CMYK 0 0.64 0.87 0.22
HSL 15.95º 0.77% 0.44% -
HSV(B) 15.95º 0.87% 0.78% -
XYZ 26.06 16.85 2.86 -
YUV 104.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 199 72 26 0 0.64 0.87 0.22 15.95 0.77 0.44
Hex C7 48 1A 0 40 57 16 10 4D 2C
Octal 307 110 32 0 100 127 26 20 115 54
Binary 11000111 1001000 11010 0 1000000 1010111 10110 10000 1001101 101100

Color Harmonies of #C7481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7481A

Black with #C7481A

Text Example


Text Example

White with #C7481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7481A; }

 p { color: rgb(199,72,26); }

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

background-color css

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

 a { background-color: rgb(199,72,26); }

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

border-color css

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

 span { border-color: rgb(199,72,26); }

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