Html Css Color HEX #BF500C Rust

📋 copy color: '#BF500C'

red 191 ◦ green 80 ◦ blue 12

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

Shades of Rust #BF500C

Tints of Rust #BF500C

RGB

 RED value IS 191 (75% from 255) = 67.49%

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 67.49%
G = 28.27%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF500C (or 0xBF500C) is known color: Rust. HEX triplet: BF, 50 and 0C. RGB value is (191,80,12). Sum of RGB (Red+Green+Blue) = 191+80+12=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF500C is #40AFF3. Grayscale: #696969. Windows color (decimal): -4239348 or 807103. OLE color: 807103.

HSL color Cylindrical-coordinate representation of color #BF500C: hue angle of 22.79º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF500C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 12 -
CMYK 0 0.58 0.94 0.25
HSL 22.79º 0.88% 0.4% -
HSV(B) 22.79º 0.94% 0.75% -
XYZ 24.42 16.84 2.31 -
YUV 105.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 191 80 12 0 0.58 0.94 0.25 22.79 0.88 0.4
Hex BF 50 C 0 3A 5E 19 17 58 28
Octal 277 120 14 0 72 136 31 27 130 50
Binary 10111111 1010000 1100 0 111010 1011110 11001 10111 1011000 101000

Color Harmonies of #BF500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF500C

Black with #BF500C

Text Example


Text Example

White with #BF500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF500C; }

 p { color: rgb(191,80,12); }

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

background-color css

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

 a { background-color: rgb(191,80,12); }

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

border-color css

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

 span { border-color: rgb(191,80,12); }

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