Html Css Color HEX #CA4405 Rust

📋 copy color: '#CA4405'

red 202 ◦ green 68 ◦ blue 5

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

Shades of Rust #CA4405

Tints of Rust #CA4405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 73.45%
G = 24.73%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4405 (or 0xCA4405) is known color: Rust. HEX triplet: CA, 44 and 05. RGB value is (202,68,5). Sum of RGB (Red+Green+Blue) = 202+68+5=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4405 is #35BBFA. Grayscale: #656565. Windows color (decimal): -3521531 or 345290. OLE color: 345290.

HSL color Cylindrical-coordinate representation of color #CA4405: hue angle of 19.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA4405 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 5 -
CMYK 0 0.66 0.98 0.21
HSL 19.19º 0.95% 0.41% -
HSV(B) 19.19º 0.98% 0.79% -
XYZ 26.45 16.7 1.97 -
YUV 100.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 202 68 5 0 0.66 0.98 0.21 19.19 0.95 0.41
Hex CA 44 5 0 42 62 15 13 5F 29
Octal 312 104 5 0 102 142 25 23 137 51
Binary 11001010 1000100 101 0 1000010 1100010 10101 10011 1011111 101001

Color Harmonies of #CA4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4405

Black with #CA4405

Text Example


Text Example

White with #CA4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4405; }

 p { color: rgb(202,68,5); }

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

background-color css

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

 a { background-color: rgb(202,68,5); }

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

border-color css

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

 span { border-color: rgb(202,68,5); }

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