Html Css Color HEX #CA480E Rust

📋 copy color: '#CA480E'

red 202 ◦ green 72 ◦ blue 14

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

Shades of Rust #CA480E

Tints of Rust #CA480E

RGB

 RED value IS 202 (79.3% from 255) = 70.14%

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 70.14%
G = 25%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA480E (or 0xCA480E) is known color: Rust. HEX triplet: CA, 48 and 0E. RGB value is (202,72,14). Sum of RGB (Red+Green+Blue) = 202+72+14=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA480E is #35B7F1. Grayscale: #686868. Windows color (decimal): -3520498 or 936138. OLE color: 936138.

HSL color Cylindrical-coordinate representation of color #CA480E: hue angle of 18.51º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA480E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 14 -
CMYK 0 0.64 0.93 0.21
HSL 18.51º 0.87% 0.42% -
HSV(B) 18.51º 0.93% 0.79% -
XYZ 26.75 17.22 2.33 -
YUV 104.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 202 72 14 0 0.64 0.93 0.21 18.51 0.87 0.42
Hex CA 48 E 0 40 5D 15 13 57 2A
Octal 312 110 16 0 100 135 25 23 127 52
Binary 11001010 1001000 1110 0 1000000 1011101 10101 10011 1010111 101010

Color Harmonies of #CA480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA480E

Black with #CA480E

Text Example


Text Example

White with #CA480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA480E; }

 p { color: rgb(202,72,14); }

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

background-color css

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

 a { background-color: rgb(202,72,14); }

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

border-color css

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

 span { border-color: rgb(202,72,14); }

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