Html Css Color HEX #BF3C00 Rust

📋 copy color: '#BF3C00'

red 191 ◦ green 60 ◦ blue 0

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

Shades of Rust #BF3C00

Tints of Rust #BF3C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.1%
G = 23.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3C00 (or 0xBF3C00) is known color: Rust. HEX triplet: BF, 3C and 00. RGB value is (191,60,0). Sum of RGB (Red+Green+Blue) = 191+60+0=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C00 is #40C3FF. Grayscale: #5C5C5C. Windows color (decimal): -4244480 or 15551. OLE color: 15551.

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

Color convert

RGB 191 60 0 -
CMYK 0 0.69 1 0.25
HSL 18.85º 1% 0.37% -
HSV(B) 18.85º 1% 0.75% -
XYZ 23.1 14.31 1.54 -
YUV 92.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 191 60 0 0 0.69 1 0.25 18.85 1 0.37
Hex BF 3C 0 0 45 64 19 13 64 25
Octal 277 74 0 0 105 144 31 23 144 45
Binary 10111111 111100 0 0 1000101 1100100 11001 10011 1100100 100101

Color Harmonies of #BF3C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C00

Black with #BF3C00

Text Example


Text Example

White with #BF3C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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