Html Css Color HEX #C33701 Rust

📋 copy color: '#C33701'

red 195 ◦ green 55 ◦ blue 1

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

Shades of Rust #C33701

Tints of Rust #C33701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 77.69%
G = 21.91%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C33701 (or 0xC33701) is known color: Rust. HEX triplet: C3, 37 and 01. RGB value is (195,55,1). Sum of RGB (Red+Green+Blue) = 195+55+1=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C33701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33701 is #3CC8FE. Grayscale: #5B5B5B. Windows color (decimal): -3983615 or 79811. OLE color: 79811.

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

Color convert

RGB 195 55 1 -
CMYK 0 0.72 0.99 0.24
HSL 16.7º 0.99% 0.38% -
HSV(B) 16.7º 0.99% 0.76% -
XYZ 23.88 14.34 1.54 -
YUV 90.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 195 55 1 0 0.72 0.99 0.24 16.7 0.99 0.38
Hex C3 37 1 0 48 63 18 11 63 26
Octal 303 67 1 0 110 143 30 21 143 46
Binary 11000011 110111 1 0 1001000 1100011 11000 10001 1100011 100110

Color Harmonies of #C33701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33701

Black with #C33701

Text Example


Text Example

White with #C33701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33701; }

 p { color: rgb(195,55,1); }

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

background-color css

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

 a { background-color: rgb(195,55,1); }

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

border-color css

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

 span { border-color: rgb(195,55,1); }

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