Html Css Color HEX #CA4813 Rust

📋 copy color: '#CA4813'

red 202 ◦ green 72 ◦ blue 19

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

Shades of Rust #CA4813

Tints of Rust #CA4813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 68.94%
G = 24.57%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA4813 (or 0xCA4813) is known color: Rust. HEX triplet: CA, 48 and 13. RGB value is (202,72,19). Sum of RGB (Red+Green+Blue) = 202+72+19=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4813 is #35B7EC. Grayscale: #696969. Windows color (decimal): -3520493 or 1263818. OLE color: 1263818.

HSL color Cylindrical-coordinate representation of color #CA4813: hue angle of 17.38º degrees, saturation: 0.83, 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 #CA4813 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 19 -
CMYK 0 0.64 0.91 0.21
HSL 17.38º 0.83% 0.43% -
HSV(B) 17.38º 0.91% 0.79% -
XYZ 26.79 17.24 2.53 -
YUV 104.83 79.57 197.31 -
System Red Green Blue C M Y K H S L
Decimal 202 72 19 0 0.64 0.91 0.21 17.38 0.83 0.43
Hex CA 48 13 0 40 5B 15 11 53 2B
Octal 312 110 23 0 100 133 25 21 123 53
Binary 11001010 1001000 10011 0 1000000 1011011 10101 10001 1010011 101011

Color Harmonies of #CA4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4813

Black with #CA4813

Text Example


Text Example

White with #CA4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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