Html Css Color HEX #CA4712 Rust

📋 copy color: '#CA4712'

red 202 ◦ green 71 ◦ blue 18

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

Shades of Rust #CA4712

Tints of Rust #CA4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 69.42%
G = 24.4%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4712 (or 0xCA4712) is known color: Rust. HEX triplet: CA, 47 and 12. RGB value is (202,71,18). Sum of RGB (Red+Green+Blue) = 202+71+18=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4712 is #35B8ED. Grayscale: #686868. Windows color (decimal): -3520750 or 1198026. OLE color: 1198026.

HSL color Cylindrical-coordinate representation of color #CA4712: hue angle of 17.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA4712 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 18 -
CMYK 0 0.65 0.91 0.21
HSL 17.28º 0.84% 0.43% -
HSV(B) 17.28º 0.91% 0.79% -
XYZ 26.72 17.11 2.47 -
YUV 104.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 202 71 18 0 0.65 0.91 0.21 17.28 0.84 0.43
Hex CA 47 12 0 41 5B 15 11 54 2B
Octal 312 107 22 0 101 133 25 21 124 53
Binary 11001010 1000111 10010 0 1000001 1011011 10101 10001 1010100 101011

Color Harmonies of #CA4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4712

Black with #CA4712

Text Example


Text Example

White with #CA4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4712; }

 p { color: rgb(202,71,18); }

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

background-color css

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

 a { background-color: rgb(202,71,18); }

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

border-color css

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

 span { border-color: rgb(202,71,18); }

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