Html Css Color HEX #CB4409 Rust

📋 copy color: '#CB4409'

red 203 ◦ green 68 ◦ blue 9

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

Shades of Rust #CB4409

Tints of Rust #CB4409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 9 (3.91% from 255) = 3.21%

R = 72.5%
G = 24.29%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB4409 (or 0xCB4409) is known color: Rust. HEX triplet: CB, 44 and 09. RGB value is (203,68,9). Sum of RGB (Red+Green+Blue) = 203+68+9=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4409 is #34BBF6. Grayscale: #666666. Windows color (decimal): -3455991 or 607435. OLE color: 607435.

HSL color Cylindrical-coordinate representation of color #CB4409: hue angle of 18.25º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB4409 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 9 -
CMYK 0 0.67 0.96 0.20
HSL 18.25º 0.92% 0.42% -
HSV(B) 18.25º 0.96% 0.8% -
XYZ 26.75 16.85 2.1 -
YUV 101.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 203 68 9 0 0.67 0.96 0.20 18.25 0.92 0.42
Hex CB 44 9 0 43 60 14 12 5C 2A
Octal 313 104 11 0 103 140 24 22 134 52
Binary 11001011 1000100 1001 0 1000011 1100000 10100 10010 1011100 101010

Color Harmonies of #CB4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4409

Black with #CB4409

Text Example


Text Example

White with #CB4409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4409; }

 p { color: rgb(203,68,9); }

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

background-color css

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

 a { background-color: rgb(203,68,9); }

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

border-color css

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

 span { border-color: rgb(203,68,9); }

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