Html Css Color HEX #CB460F Rust

📋 copy color: '#CB460F'

red 203 ◦ green 70 ◦ blue 15

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

Shades of Rust #CB460F

Tints of Rust #CB460F

RGB

 RED value IS 203 (79.69% from 255) = 70.49%

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 70.49%
G = 24.31%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB460F (or 0xCB460F) is known color: Rust. HEX triplet: CB, 46 and 0F. RGB value is (203,70,15). Sum of RGB (Red+Green+Blue) = 203+70+15=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB460F is #34B9F0. Grayscale: #676767. Windows color (decimal): -3455473 or 1001163. OLE color: 1001163.

HSL color Cylindrical-coordinate representation of color #CB460F: hue angle of 17.55º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB460F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 15 -
CMYK 0 0.66 0.93 0.20
HSL 17.55º 0.86% 0.43% -
HSV(B) 17.55º 0.93% 0.8% -
XYZ 26.9 17.11 2.34 -
YUV 103.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 203 70 15 0 0.66 0.93 0.20 17.55 0.86 0.43
Hex CB 46 F 0 42 5D 14 12 56 2B
Octal 313 106 17 0 102 135 24 22 126 53
Binary 11001011 1000110 1111 0 1000010 1011101 10100 10010 1010110 101011

Color Harmonies of #CB460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB460F

Black with #CB460F

Text Example


Text Example

White with #CB460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB460F; }

 p { color: rgb(203,70,15); }

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

background-color css

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

 a { background-color: rgb(203,70,15); }

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

border-color css

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

 span { border-color: rgb(203,70,15); }

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