Html Css Color HEX #CA4408 Rust

📋 copy color: '#CA4408'

red 202 ◦ green 68 ◦ blue 8

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

Shades of Rust #CA4408

Tints of Rust #CA4408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 72.66%
G = 24.46%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4408 (or 0xCA4408) is known color: Rust. HEX triplet: CA, 44 and 08. RGB value is (202,68,8). Sum of RGB (Red+Green+Blue) = 202+68+8=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4408 is #35BBF7. Grayscale: #656565. Windows color (decimal): -3521528 or 541898. OLE color: 541898.

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

Color convert

RGB 202 68 8 -
CMYK 0 0.66 0.96 0.21
HSL 18.56º 0.92% 0.41% -
HSV(B) 18.56º 0.96% 0.79% -
XYZ 26.47 16.71 2.06 -
YUV 101.23 75.39 199.88 -
System Red Green Blue C M Y K H S L
Decimal 202 68 8 0 0.66 0.96 0.21 18.56 0.92 0.41
Hex CA 44 8 0 42 60 15 13 5C 29
Octal 312 104 10 0 102 140 25 23 134 51
Binary 11001010 1000100 1000 0 1000010 1100000 10101 10011 1011100 101001

Color Harmonies of #CA4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4408

Black with #CA4408

Text Example


Text Example

White with #CA4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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