Html Css Color HEX #CB4914 Rust

📋 copy color: '#CB4914'

red 203 ◦ green 73 ◦ blue 20

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

Shades of Rust #CB4914

Tints of Rust #CB4914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 68.58%
G = 24.66%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB4914 (or 0xCB4914) is known color: Rust. HEX triplet: CB, 49 and 14. RGB value is (203,73,20). Sum of RGB (Red+Green+Blue) = 203+73+20=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4914 is #34B6EB. Grayscale: #6A6A6A. Windows color (decimal): -3454700 or 1329611. OLE color: 1329611.

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

Color convert

RGB 203 73 20 -
CMYK 0 0.64 0.90 0.20
HSL 17.38º 0.82% 0.44% -
HSV(B) 17.38º 0.9% 0.8% -
XYZ 27.14 17.51 2.61 -
YUV 105.83 79.57 197.31 -
System Red Green Blue C M Y K H S L
Decimal 203 73 20 0 0.64 0.90 0.20 17.38 0.82 0.44
Hex CB 49 14 0 40 5A 14 11 52 2C
Octal 313 111 24 0 100 132 24 21 122 54
Binary 11001011 1001001 10100 0 1000000 1011010 10100 10001 1010010 101100

Color Harmonies of #CB4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4914

Black with #CB4914

Text Example


Text Example

White with #CB4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4914; }

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

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

background-color css

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

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

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

border-color css

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

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

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