Html Css Color HEX #C33F00 Rust

📋 copy color: '#C33F00'

red 195 ◦ green 63 ◦ blue 0

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

Shades of Rust #C33F00

Tints of Rust #C33F00

RGB

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

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

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

R = 75.58%
G = 24.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C33F00 (or 0xC33F00) is known color: Rust. HEX triplet: C3, 3F and 00. RGB value is (195,63,0). Sum of RGB (Red+Green+Blue) = 195+63+0=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F00 is #3CC0FF. Grayscale: #5F5F5F. Windows color (decimal): -3981568 or 16323. OLE color: 16323.

HSL color Cylindrical-coordinate representation of color #C33F00: hue angle of 19.38º 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 #C33F00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 0 -
CMYK 0 0.68 1 0.24
HSL 19.38º 1% 0.38% -
HSV(B) 19.38º 1% 0.76% -
XYZ 24.28 15.16 1.65 -
YUV 95.29 74.23 199.12 -
System Red Green Blue C M Y K H S L
Decimal 195 63 0 0 0.68 1 0.24 19.38 1 0.38
Hex C3 3F 0 0 44 64 18 13 64 26
Octal 303 77 0 0 104 144 30 23 144 46
Binary 11000011 111111 0 0 1000100 1100100 11000 10011 1100100 100110

Color Harmonies of #C33F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F00

Black with #C33F00

Text Example


Text Example

White with #C33F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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