Html Css Color HEX #CB4C13 Rust

📋 copy color: '#CB4C13'

red 203 ◦ green 76 ◦ blue 19

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

Shades of Rust #CB4C13

Tints of Rust #CB4C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

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

R = 68.12%
G = 25.5%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB4C13 (or 0xCB4C13) is known color: Rust. HEX triplet: CB, 4C and 13. RGB value is (203,76,19). Sum of RGB (Red+Green+Blue) = 203+76+19=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4C13 is #34B3EC. Grayscale: #6B6B6B. Windows color (decimal): -3453933 or 1264843. OLE color: 1264843.

HSL color Cylindrical-coordinate representation of color #CB4C13: hue angle of 18.59º 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 #CB4C13 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 76 19 -
CMYK 0 0.63 0.91 0.20
HSL 18.59º 0.83% 0.44% -
HSV(B) 18.59º 0.91% 0.8% -
XYZ 27.33 17.91 2.63 -
YUV 107.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 203 76 19 0 0.63 0.91 0.20 18.59 0.83 0.44
Hex CB 4C 13 0 3F 5B 14 13 53 2C
Octal 313 114 23 0 77 133 24 23 123 54
Binary 11001011 1001100 10011 0 111111 1011011 10100 10011 1010011 101100

Color Harmonies of #CB4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4C13

Black with #CB4C13

Text Example


Text Example

White with #CB4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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