Html Css Color HEX #C34B1A Rust

📋 copy color: '#C34B1A'

red 195 ◦ green 75 ◦ blue 26

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

Shades of Rust #C34B1A

Tints of Rust #C34B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 65.88%
G = 25.34%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C34B1A (or 0xC34B1A) is known color: Rust. HEX triplet: C3, 4B and 1A. RGB value is (195,75,26). Sum of RGB (Red+Green+Blue) = 195+75+26=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B1A is #3CB4E5. Grayscale: #696969. Windows color (decimal): -3978470 or 1723331. OLE color: 1723331.

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

Color convert

RGB 195 75 26 -
CMYK 0 0.62 0.87 0.24
HSL 17.4º 0.76% 0.43% -
HSV(B) 17.4º 0.87% 0.76% -
XYZ 25.21 16.71 2.87 -
YUV 105.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 195 75 26 0 0.62 0.87 0.24 17.4 0.76 0.43
Hex C3 4B 1A 0 3E 57 18 11 4C 2B
Octal 303 113 32 0 76 127 30 21 114 53
Binary 11000011 1001011 11010 0 111110 1010111 11000 10001 1001100 101011

Color Harmonies of #C34B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B1A

Black with #C34B1A

Text Example


Text Example

White with #C34B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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