Html Css Color HEX #CB4913 Rust

📋 copy color: '#CB4913'

red 203 ◦ green 73 ◦ blue 19

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

Shades of Rust #CB4913

Tints of Rust #CB4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 68.81%
G = 24.75%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB4913 (or 0xCB4913) is known color: Rust. HEX triplet: CB, 49 and 13. RGB value is (203,73,19). Sum of RGB (Red+Green+Blue) = 203+73+19=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4913 is #34B6EC. Grayscale: #6A6A6A. Windows color (decimal): -3454701 or 1264075. OLE color: 1264075.

HSL color Cylindrical-coordinate representation of color #CB4913: hue angle of 17.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB4913 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 19 -
CMYK 0 0.64 0.91 0.20
HSL 17.61º 0.83% 0.44% -
HSV(B) 17.61º 0.91% 0.8% -
XYZ 27.13 17.51 2.57 -
YUV 105.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 203 73 19 0 0.64 0.91 0.20 17.61 0.83 0.44
Hex CB 49 13 0 40 5B 14 12 53 2C
Octal 313 111 23 0 100 133 24 22 123 54
Binary 11001011 1001001 10011 0 1000000 1011011 10100 10010 1010011 101100

Color Harmonies of #CB4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4913

Black with #CB4913

Text Example


Text Example

White with #CB4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4913; }

 p { color: rgb(203,73,19); }

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

background-color css

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

 a { background-color: rgb(203,73,19); }

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

border-color css

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

 span { border-color: rgb(203,73,19); }

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