Html Css Color HEX #BF3C13 Rust

📋 copy color: '#BF3C13'

red 191 ◦ green 60 ◦ blue 19

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

Shades of Rust #BF3C13

Tints of Rust #BF3C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 70.74%
G = 22.22%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3C13 (or 0xBF3C13) is known color: Rust. HEX triplet: BF, 3C and 13. RGB value is (191,60,19). Sum of RGB (Red+Green+Blue) = 191+60+19=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C13 is #40C3EC. Grayscale: #5E5E5E. Windows color (decimal): -4244461 or 1260735. OLE color: 1260735.

HSL color Cylindrical-coordinate representation of color #BF3C13: hue angle of 14.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF3C13 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 19 -
CMYK 0 0.69 0.90 0.25
HSL 14.3º 0.82% 0.41% -
HSV(B) 14.3º 0.9% 0.75% -
XYZ 23.22 14.36 2.16 -
YUV 94.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 191 60 19 0 0.69 0.90 0.25 14.3 0.82 0.41
Hex BF 3C 13 0 45 5A 19 E 52 29
Octal 277 74 23 0 105 132 31 16 122 51
Binary 10111111 111100 10011 0 1000101 1011010 11001 1110 1010010 101001

Color Harmonies of #BF3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C13

Black with #BF3C13

Text Example


Text Example

White with #BF3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C13; }

 p { color: rgb(191,60,19); }

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

background-color css

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

 a { background-color: rgb(191,60,19); }

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

border-color css

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

 span { border-color: rgb(191,60,19); }

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