Html Css Color HEX #C23B06 Rust

📋 copy color: '#C23B06'

red 194 ◦ green 59 ◦ blue 6

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

Shades of Rust #C23B06

Tints of Rust #C23B06

RGB

 RED value IS 194 (76.17% from 255) = 74.9%

 GREEN value IS 59 (23.44% from 255) = 22.78%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 74.9%
G = 22.78%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C23B06 (or 0xC23B06) is known color: Rust. HEX triplet: C2, 3B and 06. RGB value is (194,59,6). Sum of RGB (Red+Green+Blue) = 194+59+6=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B06 is #3DC4F9. Grayscale: #5D5D5D. Windows color (decimal): -4048122 or 408514. OLE color: 408514.

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

Color convert

RGB 194 59 6 -
CMYK 0 0.70 0.97 0.24
HSL 16.91º 0.94% 0.39% -
HSV(B) 16.91º 0.97% 0.76% -
XYZ 23.84 14.61 1.74 -
YUV 93.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 194 59 6 0 0.70 0.97 0.24 16.91 0.94 0.39
Hex C2 3B 6 0 46 61 18 11 5E 27
Octal 302 73 6 0 106 141 30 21 136 47
Binary 11000010 111011 110 0 1000110 1100001 11000 10001 1011110 100111

Color Harmonies of #C23B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B06

Black with #C23B06

Text Example


Text Example

White with #C23B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B06; }

 p { color: rgb(194,59,6); }

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

background-color css

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

 a { background-color: rgb(194,59,6); }

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

border-color css

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

 span { border-color: rgb(194,59,6); }

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