#CB4101

Color #CB4101 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #CB4101

Tints of Rust #CB4101

Color information

#CB4101 (or 0xCB4101) is unknown color: approx Rust. HEX triplet: CB, 41 and 01. RGB value is (203,65,1). Sum of RGB (Red+Green+Blue) = 203+65+1=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4101 is #34BEFE. Grayscale: #636363. Windows color (decimal): -3456767 or 82379. OLE color: 82379.

HSL color Cylindrical-coordinate representation of color #CB4101: hue angle of 19.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB4101 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203651-
CMYK00.681.000.20
HSL19.01º99.02%40%-
HSV(B)19.01º99.51%79.61%-
XYZ26.5216.481.81-
YUV98.9772.72202.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 75.46%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=75.46%
G=24.16%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20365100.681.000.2019.0199.0240
HexCB4110446414136328
Octal31310110104144242314350
Binary110010111000001101000100110010010100100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4101; }

 p { color: rgb(203,65,1); }

 H1.HeaderClassName
 {
   color: #CB4101;
 }
 .AnyTagClassName
 {
   color: #CB4101;
 }
</style>
background-color css

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

 a { background-color: rgb(203,65,1); }

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

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

 span { border-color: rgb(203,65,1); }

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