Html Css Color HEX #C3450B Rust

📋 copy color: '#C3450B'

red 195 ◦ green 69 ◦ blue 11

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

Shades of Rust #C3450B

Tints of Rust #C3450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4%

R = 70.91%
G = 25.09%
B = 4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3450B (or 0xC3450B) is known color: Rust. HEX triplet: C3, 45 and 0B. RGB value is (195,69,11). Sum of RGB (Red+Green+Blue) = 195+69+11=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3450B is #3CBAF4. Grayscale: #646464. Windows color (decimal): -3980021 or 738755. OLE color: 738755.

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

Color convert

RGB 195 69 11 -
CMYK 0 0.65 0.94 0.24
HSL 18.91º 0.89% 0.4% -
HSV(B) 18.91º 0.94% 0.76% -
XYZ 24.69 15.88 2.08 -
YUV 100.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 195 69 11 0 0.65 0.94 0.24 18.91 0.89 0.4
Hex C3 45 B 0 41 5E 18 13 59 28
Octal 303 105 13 0 101 136 30 23 131 50
Binary 11000011 1000101 1011 0 1000001 1011110 11000 10011 1011001 101000

Color Harmonies of #C3450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3450B

Black with #C3450B

Text Example


Text Example

White with #C3450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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