Html Css Color HEX #C3461A Rust

📋 copy color: '#C3461A'

red 195 ◦ green 70 ◦ blue 26

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

Shades of Rust #C3461A

Tints of Rust #C3461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

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

R = 67.01%
G = 24.05%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3461A (or 0xC3461A) is known color: Rust. HEX triplet: C3, 46 and 1A. RGB value is (195,70,26). Sum of RGB (Red+Green+Blue) = 195+70+26=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3461A is #3CB9E5. Grayscale: #666666. Windows color (decimal): -3979750 or 1722051. OLE color: 1722051.

HSL color Cylindrical-coordinate representation of color #C3461A: hue angle of 15.62º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3461A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 70 26 -
CMYK 0 0.64 0.87 0.24
HSL 15.62º 0.76% 0.43% -
HSV(B) 15.62º 0.87% 0.76% -
XYZ 24.88 16.06 2.77 -
YUV 102.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 195 70 26 0 0.64 0.87 0.24 15.62 0.76 0.43
Hex C3 46 1A 0 40 57 18 10 4C 2B
Octal 303 106 32 0 100 127 30 20 114 53
Binary 11000011 1000110 11010 0 1000000 1010111 11000 10000 1001100 101011

Color Harmonies of #C3461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3461A

Black with #C3461A

Text Example


Text Example

White with #C3461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3461A; }

 p { color: rgb(195,70,26); }

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

background-color css

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

 a { background-color: rgb(195,70,26); }

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

border-color css

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

 span { border-color: rgb(195,70,26); }

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