Html Css Color HEX #C3451F Rust

📋 copy color: '#C3451F'

red 195 ◦ green 69 ◦ blue 31

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

Shades of Rust #C3451F

Tints of Rust #C3451F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 66.1%
G = 23.39%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3451F (or 0xC3451F) is known color: Rust. HEX triplet: C3, 45 and 1F. RGB value is (195,69,31). Sum of RGB (Red+Green+Blue) = 195+69+31=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3451F is #3CBAE0. Grayscale: #666666. Windows color (decimal): -3980001 or 2049475. OLE color: 2049475.

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

Color convert

RGB 195 69 31 -
CMYK 0 0.65 0.84 0.24
HSL 13.9º 0.73% 0.44% -
HSV(B) 13.9º 0.84% 0.76% -
XYZ 24.88 15.96 3.07 -
YUV 102.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 195 69 31 0 0.65 0.84 0.24 13.9 0.73 0.44
Hex C3 45 1F 0 41 54 18 E 49 2C
Octal 303 105 37 0 101 124 30 16 111 54
Binary 11000011 1000101 11111 0 1000001 1010100 11000 1110 1001001 101100

Color Harmonies of #C3451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3451F

Black with #C3451F

Text Example


Text Example

White with #C3451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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