Html Css Color HEX #C44300 Rust

📋 copy color: '#C44300'

red 196 ◦ green 67 ◦ blue 0

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

Shades of Rust #C44300

Tints of Rust #C44300

RGB

 RED value IS 196 (76.95% from 255) = 74.52%

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.52%
G = 25.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44300 (or 0xC44300) is known color: Rust. HEX triplet: C4, 43 and 00. RGB value is (196,67,0). Sum of RGB (Red+Green+Blue) = 196+67+0=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C44300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44300 is #3BBCFF. Grayscale: #626262. Windows color (decimal): -3915008 or 17348. OLE color: 17348.

HSL color Cylindrical-coordinate representation of color #C44300: hue angle of 20.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C44300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 0 -
CMYK 0 0.66 1 0.23
HSL 20.51º 1% 0.38% -
HSV(B) 20.51º 1% 0.77% -
XYZ 24.77 15.75 1.73 -
YUV 97.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 196 67 0 0 0.66 1 0.23 20.51 1 0.38
Hex C4 43 0 0 42 64 17 15 64 26
Octal 304 103 0 0 102 144 27 25 144 46
Binary 11000100 1000011 0 0 1000010 1100100 10111 10101 1100100 100110

Color Harmonies of #C44300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44300

Black with #C44300

Text Example


Text Example

White with #C44300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44300; }

 p { color: rgb(196,67,0); }

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

background-color css

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

 a { background-color: rgb(196,67,0); }

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

border-color css

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

 span { border-color: rgb(196,67,0); }

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