Html Css Color HEX #C3481E Rust

📋 copy color: '#C3481E'

red 195 ◦ green 72 ◦ blue 30

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

Shades of Rust #C3481E

Tints of Rust #C3481E

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 65.66%
G = 24.24%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3481E (or 0xC3481E) is known color: Rust. HEX triplet: C3, 48 and 1E. RGB value is (195,72,30). Sum of RGB (Red+Green+Blue) = 195+72+30=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C3481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3481E is #3CB7E1. Grayscale: #686868. Windows color (decimal): -3979234 or 1984707. OLE color: 1984707.

HSL color Cylindrical-coordinate representation of color #C3481E: hue angle of 15.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3481E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 30 -
CMYK 0 0.63 0.85 0.24
HSL 15.27º 0.73% 0.44% -
HSV(B) 15.27º 0.85% 0.76% -
XYZ 25.06 16.33 3.06 -
YUV 103.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 195 72 30 0 0.63 0.85 0.24 15.27 0.73 0.44
Hex C3 48 1E 0 3F 55 18 F 49 2C
Octal 303 110 36 0 77 125 30 17 111 54
Binary 11000011 1001000 11110 0 111111 1010101 11000 1111 1001001 101100

Color Harmonies of #C3481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3481E

Black with #C3481E

Text Example


Text Example

White with #C3481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3481E; }

 p { color: rgb(195,72,30); }

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

background-color css

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

 a { background-color: rgb(195,72,30); }

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

border-color css

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

 span { border-color: rgb(195,72,30); }

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