Html Css Color HEX #C83C01 Rust

📋 copy color: '#C83C01'

red 200 ◦ green 60 ◦ blue 1

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

Shades of Rust #C83C01

Tints of Rust #C83C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 76.63%
G = 22.99%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C83C01 (or 0xC83C01) is known color: Rust. HEX triplet: C8, 3C and 01. RGB value is (200,60,1). Sum of RGB (Red+Green+Blue) = 200+60+1=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C01 is #37C3FE. Grayscale: #5F5F5F. Windows color (decimal): -3654655 or 81096. OLE color: 81096.

HSL color Cylindrical-coordinate representation of color #C83C01: hue angle of 17.79º 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 #C83C01 is Cyan = 0, Magento = 0.7, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 1 -
CMYK 0 0.7 1.00 0.22
HSL 17.79º 0.99% 0.39% -
HSV(B) 17.79º 1% 0.78% -
XYZ 25.44 15.51 1.68 -
YUV 95.13 74.88 202.8 -
System Red Green Blue C M Y K H S L
Decimal 200 60 1 0 0.7 1.00 0.22 17.79 0.99 0.39
Hex C8 3C 1 0 46 64 16 12 63 27
Octal 310 74 1 0 106 144 26 22 143 47
Binary 11001000 111100 1 0 1000110 1100100 10110 10010 1100011 100111

Color Harmonies of #C83C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C01

Black with #C83C01

Text Example


Text Example

White with #C83C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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