Html Css Color HEX #C33600 Rust

📋 copy color: '#C33600'

red 195 ◦ green 54 ◦ blue 0

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

Shades of Rust #C33600

Tints of Rust #C33600

RGB

 RED value IS 195 (76.56% from 255) = 78.31%

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 78.31%
G = 21.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33600 (or 0xC33600) is known color: Rust. HEX triplet: C3, 36 and 00. RGB value is (195,54,0). Sum of RGB (Red+Green+Blue) = 195+54+0=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C33600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33600 is #3CC9FF. Grayscale: #5A5A5A. Windows color (decimal): -3983872 or 14019. OLE color: 14019.

HSL color Cylindrical-coordinate representation of color #C33600: hue angle of 16.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 54 0 -
CMYK 0 0.72 1 0.24
HSL 16.62º 1% 0.38% -
HSV(B) 16.62º 1% 0.76% -
XYZ 23.82 14.24 1.49 -
YUV 90 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 195 54 0 0 0.72 1 0.24 16.62 1 0.38
Hex C3 36 0 0 48 64 18 11 64 26
Octal 303 66 0 0 110 144 30 21 144 46
Binary 11000011 110110 0 0 1001000 1100100 11000 10001 1100100 100110

Color Harmonies of #C33600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33600

Black with #C33600

Text Example


Text Example

White with #C33600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33600; }

 p { color: rgb(195,54,0); }

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

background-color css

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

 a { background-color: rgb(195,54,0); }

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

border-color css

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

 span { border-color: rgb(195,54,0); }

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