Html Css Color HEX #C3451E Rust

📋 copy color: '#C3451E'

red 195 ◦ green 69 ◦ blue 30

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

Shades of Rust #C3451E

Tints of Rust #C3451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 66.33%
G = 23.47%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3451E (or 0xC3451E) is known color: Rust. HEX triplet: C3, 45 and 1E. RGB value is (195,69,30). Sum of RGB (Red+Green+Blue) = 195+69+30=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3451E is #3CBAE1. Grayscale: #666666. Windows color (decimal): -3980002 or 1983939. OLE color: 1983939.

HSL color Cylindrical-coordinate representation of color #C3451E: hue angle of 14.18º 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 #C3451E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 30 -
CMYK 0 0.65 0.85 0.24
HSL 14.18º 0.73% 0.44% -
HSV(B) 14.18º 0.85% 0.76% -
XYZ 24.87 15.95 3 -
YUV 102.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 195 69 30 0 0.65 0.85 0.24 14.18 0.73 0.44
Hex C3 45 1E 0 41 55 18 E 49 2C
Octal 303 105 36 0 101 125 30 16 111 54
Binary 11000011 1000101 11110 0 1000001 1010101 11000 1110 1001001 101100

Color Harmonies of #C3451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3451E

Black with #C3451E

Text Example


Text Example

White with #C3451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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