Html Css Color HEX #BC3A02 Rust

📋 copy color: '#BC3A02'

red 188 ◦ green 58 ◦ blue 2

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

Shades of Rust #BC3A02

Tints of Rust #BC3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 75.81%
G = 23.39%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3A02 (or 0xBC3A02) is known color: Rust. HEX triplet: BC, 3A and 02. RGB value is (188,58,2). Sum of RGB (Red+Green+Blue) = 188+58+2=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A02 is #43C5FD. Grayscale: #5A5A5A. Windows color (decimal): -4441598 or 146108. OLE color: 146108.

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

Color convert

RGB 188 58 2 -
CMYK 0 0.69 0.99 0.26
HSL 18.06º 0.98% 0.37% -
HSV(B) 18.06º 0.99% 0.74% -
XYZ 22.26 13.72 1.53 -
YUV 90.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 188 58 2 0 0.69 0.99 0.26 18.06 0.98 0.37
Hex BC 3A 2 0 45 63 1A 12 62 25
Octal 274 72 2 0 105 143 32 22 142 45
Binary 10111100 111010 10 0 1000101 1100011 11010 10010 1100010 100101

Color Harmonies of #BC3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A02

Black with #BC3A02

Text Example


Text Example

White with #BC3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A02; }

 p { color: rgb(188,58,2); }

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

background-color css

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

 a { background-color: rgb(188,58,2); }

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

border-color css

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

 span { border-color: rgb(188,58,2); }

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