Html Css Color HEX #C3410F Rust

📋 copy color: '#C3410F'

red 195 ◦ green 65 ◦ blue 15

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

Shades of Rust #C3410F

Tints of Rust #C3410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

 BLUE value IS 15 (6.25% from 255) = 5.45%

R = 70.91%
G = 23.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3410F (or 0xC3410F) is known color: Rust. HEX triplet: C3, 41 and 0F. RGB value is (195,65,15). Sum of RGB (Red+Green+Blue) = 195+65+15=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3410F is #3CBEF0. Grayscale: #626262. Windows color (decimal): -3981041 or 999875. OLE color: 999875.

HSL color Cylindrical-coordinate representation of color #C3410F: hue angle of 16.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3410F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 15 -
CMYK 0 0.67 0.92 0.24
HSL 16.67º 0.86% 0.41% -
HSV(B) 16.67º 0.92% 0.76% -
XYZ 24.48 15.42 2.14 -
YUV 98.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 195 65 15 0 0.67 0.92 0.24 16.67 0.86 0.41
Hex C3 41 F 0 43 5C 18 11 56 29
Octal 303 101 17 0 103 134 30 21 126 51
Binary 11000011 1000001 1111 0 1000011 1011100 11000 10001 1010110 101001

Color Harmonies of #C3410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3410F

Black with #C3410F

Text Example


Text Example

White with #C3410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3410F; }

 p { color: rgb(195,65,15); }

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

background-color css

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

 a { background-color: rgb(195,65,15); }

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

border-color css

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

 span { border-color: rgb(195,65,15); }

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