Html Css Color HEX #C44A08 Rust

📋 copy color: '#C44A08'

red 196 ◦ green 74 ◦ blue 8

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

Shades of Rust #C44A08

Tints of Rust #C44A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 70.5%
G = 26.62%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44A08 (or 0xC44A08) is known color: Rust. HEX triplet: C4, 4A and 08. RGB value is (196,74,8). Sum of RGB (Red+Green+Blue) = 196+74+8=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A08 is #3BB5F7. Grayscale: #676767. Windows color (decimal): -3913208 or 543428. OLE color: 543428.

HSL color Cylindrical-coordinate representation of color #C44A08: hue angle of 21.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44A08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 74 8 -
CMYK 0 0.62 0.96 0.23
HSL 21.06º 0.92% 0.4% -
HSV(B) 21.06º 0.96% 0.77% -
XYZ 25.26 16.65 2.11 -
YUV 102.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 196 74 8 0 0.62 0.96 0.23 21.06 0.92 0.4
Hex C4 4A 8 0 3E 60 17 15 5C 28
Octal 304 112 10 0 76 140 27 25 134 50
Binary 11000100 1001010 1000 0 111110 1100000 10111 10101 1011100 101000

Color Harmonies of #C44A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A08

Black with #C44A08

Text Example


Text Example

White with #C44A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A08; }

 p { color: rgb(196,74,8); }

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

background-color css

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

 a { background-color: rgb(196,74,8); }

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

border-color css

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

 span { border-color: rgb(196,74,8); }

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