Html Css Color HEX #CB4A12 Rust

📋 copy color: '#CB4A12'

red 203 ◦ green 74 ◦ blue 18

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

Shades of Rust #CB4A12

Tints of Rust #CB4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 68.81%
G = 25.08%
B = 6.1%

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

#CB4A12 (or 0xCB4A12) is known color: Rust. HEX triplet: CB, 4A and 12. RGB value is (203,74,18). Sum of RGB (Red+Green+Blue) = 203+74+18=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A12 is #34B5ED. Grayscale: #6A6A6A. Windows color (decimal): -3454446 or 1198795. OLE color: 1198795.

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

Color convert

RGB 203 74 18 -
CMYK 0 0.64 0.91 0.20
HSL 18.16º 0.84% 0.43% -
HSV(B) 18.16º 0.91% 0.8% -
XYZ 27.19 17.64 2.54 -
YUV 106.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 203 74 18 0 0.64 0.91 0.20 18.16 0.84 0.43
Hex CB 4A 12 0 40 5B 14 12 54 2B
Octal 313 112 22 0 100 133 24 22 124 53
Binary 11001011 1001010 10010 0 1000000 1011011 10100 10010 1010100 101011

Color Harmonies of #CB4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A12

Black with #CB4A12

Text Example


Text Example

White with #CB4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A12; }

 p { color: rgb(203,74,18); }

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

background-color css

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

 a { background-color: rgb(203,74,18); }

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

border-color css

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

 span { border-color: rgb(203,74,18); }

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