Html Css Color HEX #BC481B Rust

📋 copy color: '#BC481B'

red 188 ◦ green 72 ◦ blue 27

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

Shades of Rust #BC481B

Tints of Rust #BC481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 65.51%
G = 25.09%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC481B (or 0xBC481B) is known color: Rust. HEX triplet: BC, 48 and 1B. RGB value is (188,72,27). Sum of RGB (Red+Green+Blue) = 188+72+27=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC481B is #43B7E4. Grayscale: #656565. Windows color (decimal): -4437989 or 1788092. OLE color: 1788092.

HSL color Cylindrical-coordinate representation of color #BC481B: hue angle of 16.77º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC481B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 27 -
CMYK 0 0.62 0.86 0.26
HSL 16.77º 0.75% 0.42% -
HSV(B) 16.77º 0.86% 0.74% -
XYZ 23.25 15.41 2.78 -
YUV 101.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 188 72 27 0 0.62 0.86 0.26 16.77 0.75 0.42
Hex BC 48 1B 0 3E 56 1A 11 4B 2A
Octal 274 110 33 0 76 126 32 21 113 52
Binary 10111100 1001000 11011 0 111110 1010110 11010 10001 1001011 101010

Color Harmonies of #BC481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC481B

Black with #BC481B

Text Example


Text Example

White with #BC481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC481B; }

 p { color: rgb(188,72,27); }

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

background-color css

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

 a { background-color: rgb(188,72,27); }

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

border-color css

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

 span { border-color: rgb(188,72,27); }

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