Html Css Color HEX #C84302 Rust

📋 copy color: '#C84302'

red 200 ◦ green 67 ◦ blue 2

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

Shades of Rust #C84302

Tints of Rust #C84302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 74.35%
G = 24.91%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C84302 (or 0xC84302) is known color: Rust. HEX triplet: C8, 43 and 02. RGB value is (200,67,2). Sum of RGB (Red+Green+Blue) = 200+67+2=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C84302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84302 is #37BCFD. Grayscale: #636363. Windows color (decimal): -3652862 or 148424. OLE color: 148424.

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

Color convert

RGB 200 67 2 -
CMYK 0 0.66 0.99 0.22
HSL 19.7º 0.98% 0.4% -
HSV(B) 19.7º 0.99% 0.78% -
XYZ 25.84 16.3 1.84 -
YUV 99.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 200 67 2 0 0.66 0.99 0.22 19.7 0.98 0.4
Hex C8 43 2 0 42 63 16 14 62 28
Octal 310 103 2 0 102 143 26 24 142 50
Binary 11001000 1000011 10 0 1000010 1100011 10110 10100 1100010 101000

Color Harmonies of #C84302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84302

Black with #C84302

Text Example


Text Example

White with #C84302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84302; }

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

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

background-color css

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

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

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

border-color css

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

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

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