Html Css Color HEX #C33F0B Rust

📋 copy color: '#C33F0B'

red 195 ◦ green 63 ◦ blue 11

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

Shades of Rust #C33F0B

Tints of Rust #C33F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 72.49%
G = 23.42%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C33F0B (or 0xC33F0B) is known color: Rust. HEX triplet: C3, 3F and 0B. RGB value is (195,63,11). Sum of RGB (Red+Green+Blue) = 195+63+11=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F0B is #3CC0F4. Grayscale: #606060. Windows color (decimal): -3981557 or 737219. OLE color: 737219.

HSL color Cylindrical-coordinate representation of color #C33F0B: hue angle of 16.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C33F0B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 11 -
CMYK 0 0.68 0.94 0.24
HSL 16.96º 0.89% 0.4% -
HSV(B) 16.96º 0.94% 0.76% -
XYZ 24.34 15.18 1.96 -
YUV 96.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 195 63 11 0 0.68 0.94 0.24 16.96 0.89 0.4
Hex C3 3F B 0 44 5E 18 11 59 28
Octal 303 77 13 0 104 136 30 21 131 50
Binary 11000011 111111 1011 0 1000100 1011110 11000 10001 1011001 101000

Color Harmonies of #C33F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F0B

Black with #C33F0B

Text Example


Text Example

White with #C33F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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