Html Css Color HEX #BC4023 Rust

📋 copy color: '#BC4023'

red 188 ◦ green 64 ◦ blue 35

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

Shades of Rust #BC4023

Tints of Rust #BC4023

RGB

 RED value IS 188 (73.83% from 255) = 65.51%

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 65.51%
G = 22.3%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC4023 (or 0xBC4023) is known color: Rust. HEX triplet: BC, 40 and 23. RGB value is (188,64,35). Sum of RGB (Red+Green+Blue) = 188+64+35=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4023 is #43BFDC. Grayscale: #626262. Windows color (decimal): -4440029 or 2310332. OLE color: 2310332.

HSL color Cylindrical-coordinate representation of color #BC4023: hue angle of 11.37º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC4023 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 35 -
CMYK 0 0.66 0.81 0.26
HSL 11.37º 0.69% 0.44% -
HSV(B) 11.37º 0.81% 0.74% -
XYZ 22.88 14.48 3.18 -
YUV 97.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 188 64 35 0 0.66 0.81 0.26 11.37 0.69 0.44
Hex BC 40 23 0 42 51 1A B 45 2C
Octal 274 100 43 0 102 121 32 13 105 54
Binary 10111100 1000000 100011 0 1000010 1010001 11010 1011 1000101 101100

Color Harmonies of #BC4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4023

Black with #BC4023

Text Example


Text Example

White with #BC4023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4023; }

 p { color: rgb(188,64,35); }

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

background-color css

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

 a { background-color: rgb(188,64,35); }

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

border-color css

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

 span { border-color: rgb(188,64,35); }

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