Html Css Color HEX #CA4308 Rust

📋 copy color: '#CA4308'

red 202 ◦ green 67 ◦ blue 8

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

Shades of Rust #CA4308

Tints of Rust #CA4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 72.92%
G = 24.19%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4308 (or 0xCA4308) is known color: Rust. HEX triplet: CA, 43 and 08. RGB value is (202,67,8). Sum of RGB (Red+Green+Blue) = 202+67+8=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4308 is #35BCF7. Grayscale: #656565. Windows color (decimal): -3521784 or 541642. OLE color: 541642.

HSL color Cylindrical-coordinate representation of color #CA4308: hue angle of 18.25º 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 #CA4308 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 8 -
CMYK 0 0.67 0.96 0.21
HSL 18.25º 0.92% 0.41% -
HSV(B) 18.25º 0.96% 0.79% -
XYZ 26.41 16.59 2.04 -
YUV 100.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 202 67 8 0 0.67 0.96 0.21 18.25 0.92 0.41
Hex CA 43 8 0 43 60 15 12 5C 29
Octal 312 103 10 0 103 140 25 22 134 51
Binary 11001010 1000011 1000 0 1000011 1100000 10101 10010 1011100 101001

Color Harmonies of #CA4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4308

Black with #CA4308

Text Example


Text Example

White with #CA4308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4308; }

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

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

background-color css

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

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

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

border-color css

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

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

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