Html Css Color HEX #CB3F00 Rust

📋 copy color: '#CB3F00'

red 203 ◦ green 63 ◦ blue 0

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

Shades of Rust #CB3F00

Tints of Rust #CB3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.32%
G = 23.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB3F00 (or 0xCB3F00) is known color: Rust. HEX triplet: CB, 3F and 00. RGB value is (203,63,0). Sum of RGB (Red+Green+Blue) = 203+63+0=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3F00 is #34C0FF. Grayscale: #626262. Windows color (decimal): -3457280 or 16331. OLE color: 16331.

HSL color Cylindrical-coordinate representation of color #CB3F00: hue angle of 18.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB3F00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 63 0 -
CMYK 0 0.69 1 0.20
HSL 18.62º 1% 0.4% -
HSV(B) 18.62º 1% 0.8% -
XYZ 26.41 16.25 1.75 -
YUV 97.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 203 63 0 0 0.69 1 0.20 18.62 1 0.4
Hex CB 3F 0 0 45 64 14 13 64 28
Octal 313 77 0 0 105 144 24 23 144 50
Binary 11001011 111111 0 0 1000101 1100100 10100 10011 1100100 101000

Color Harmonies of #CB3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3F00

Black with #CB3F00

Text Example


Text Example

White with #CB3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3F00; }

 p { color: rgb(203,63,0); }

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

background-color css

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

 a { background-color: rgb(203,63,0); }

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

border-color css

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

 span { border-color: rgb(203,63,0); }

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