Html Css Color HEX #C34F1B Rust

📋 copy color: '#C34F1B'

red 195 ◦ green 79 ◦ blue 27

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

Shades of Rust #C34F1B

Tints of Rust #C34F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 64.78%
G = 26.25%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C34F1B (or 0xC34F1B) is known color: Rust. HEX triplet: C3, 4F and 1B. RGB value is (195,79,27). Sum of RGB (Red+Green+Blue) = 195+79+27=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34F1B is #3CB0E4. Grayscale: #6C6C6C. Windows color (decimal): -3977445 or 1789891. OLE color: 1789891.

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

Color convert

RGB 195 79 27 -
CMYK 0 0.59 0.86 0.24
HSL 18.57º 0.76% 0.44% -
HSV(B) 18.57º 0.86% 0.76% -
XYZ 25.5 17.27 3.03 -
YUV 107.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 195 79 27 0 0.59 0.86 0.24 18.57 0.76 0.44
Hex C3 4F 1B 0 3B 56 18 13 4C 2C
Octal 303 117 33 0 73 126 30 23 114 54
Binary 11000011 1001111 11011 0 111011 1010110 11000 10011 1001100 101100

Color Harmonies of #C34F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F1B

Black with #C34F1B

Text Example


Text Example

White with #C34F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F1B; }

 p { color: rgb(195,79,27); }

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

background-color css

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

 a { background-color: rgb(195,79,27); }

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

border-color css

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

 span { border-color: rgb(195,79,27); }

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