Html Css Color HEX #C44E1B Rust

📋 copy color: '#C44E1B'

red 196 ◦ green 78 ◦ blue 27

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

Shades of Rust #C44E1B

Tints of Rust #C44E1B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 65.12%
G = 25.91%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C44E1B (or 0xC44E1B) is known color: Rust. HEX triplet: C4, 4E and 1B. RGB value is (196,78,27). Sum of RGB (Red+Green+Blue) = 196+78+27=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E1B is #3BB1E4. Grayscale: #6B6B6B. Windows color (decimal): -3912165 or 1789636. OLE color: 1789636.

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

Color convert

RGB 196 78 27 -
CMYK 0 0.60 0.86 0.23
HSL 18.11º 0.76% 0.44% -
HSV(B) 18.11º 0.86% 0.77% -
XYZ 25.69 17.26 3.02 -
YUV 107.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 196 78 27 0 0.60 0.86 0.23 18.11 0.76 0.44
Hex C4 4E 1B 0 3C 56 17 12 4C 2C
Octal 304 116 33 0 74 126 27 22 114 54
Binary 11000100 1001110 11011 0 111100 1010110 10111 10010 1001100 101100

Color Harmonies of #C44E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E1B

Black with #C44E1B

Text Example


Text Example

White with #C44E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E1B; }

 p { color: rgb(196,78,27); }

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

background-color css

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

 a { background-color: rgb(196,78,27); }

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

border-color css

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

 span { border-color: rgb(196,78,27); }

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