Html Css Color HEX #C44B15 Rust

📋 copy color: '#C44B15'

red 196 ◦ green 75 ◦ blue 21

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

Shades of Rust #C44B15

Tints of Rust #C44B15

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.68%

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 67.12%
G = 25.68%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C44B15 (or 0xC44B15) is known color: Rust. HEX triplet: C4, 4B and 15. RGB value is (196,75,21). Sum of RGB (Red+Green+Blue) = 196+75+21=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44B15 is #3BB4EA. Grayscale: #696969. Windows color (decimal): -3912939 or 1395652. OLE color: 1395652.

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

Color convert

RGB 196 75 21 -
CMYK 0 0.62 0.89 0.23
HSL 18.51º 0.81% 0.43% -
HSV(B) 18.51º 0.89% 0.77% -
XYZ 25.42 16.82 2.62 -
YUV 105.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 196 75 21 0 0.62 0.89 0.23 18.51 0.81 0.43
Hex C4 4B 15 0 3E 59 17 13 51 2B
Octal 304 113 25 0 76 131 27 23 121 53
Binary 11000100 1001011 10101 0 111110 1011001 10111 10011 1010001 101011

Color Harmonies of #C44B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44B15

Black with #C44B15

Text Example


Text Example

White with #C44B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44B15; }

 p { color: rgb(196,75,21); }

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

background-color css

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

 a { background-color: rgb(196,75,21); }

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

border-color css

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

 span { border-color: rgb(196,75,21); }

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