Html Css Color HEX #C84301 Rust

📋 copy color: '#C84301'

red 200 ◦ green 67 ◦ blue 1

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

Shades of Rust #C84301

Tints of Rust #C84301

RGB

 RED value IS 200 (78.52% from 255) = 74.63%

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 74.63%
G = 25%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C84301 (or 0xC84301) is known color: Rust. HEX triplet: C8, 43 and 01. RGB value is (200,67,1). Sum of RGB (Red+Green+Blue) = 200+67+1=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C84301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84301 is #37BCFE. Grayscale: #636363. Windows color (decimal): -3652863 or 82888. OLE color: 82888.

HSL color Cylindrical-coordinate representation of color #C84301: hue angle of 19.9º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C84301 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 1 -
CMYK 0 0.66 1.00 0.22
HSL 19.9º 0.99% 0.39% -
HSV(B) 19.9º 1% 0.78% -
XYZ 25.83 16.3 1.81 -
YUV 99.24 72.56 199.87 -
System Red Green Blue C M Y K H S L
Decimal 200 67 1 0 0.66 1.00 0.22 19.9 0.99 0.39
Hex C8 43 1 0 42 64 16 14 63 27
Octal 310 103 1 0 102 144 26 24 143 47
Binary 11001000 1000011 1 0 1000010 1100100 10110 10100 1100011 100111

Color Harmonies of #C84301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84301

Black with #C84301

Text Example


Text Example

White with #C84301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84301; }

 p { color: rgb(200,67,1); }

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

background-color css

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

 a { background-color: rgb(200,67,1); }

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

border-color css

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

 span { border-color: rgb(200,67,1); }

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