Html Css Color HEX #BF3708 Rust

📋 copy color: '#BF3708'

red 191 ◦ green 55 ◦ blue 8

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

Shades of Rust #BF3708

Tints of Rust #BF3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 75.2%
G = 21.65%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF3708 (or 0xBF3708) is known color: Rust. HEX triplet: BF, 37 and 08. RGB value is (191,55,8). Sum of RGB (Red+Green+Blue) = 191+55+8=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3708 is #40C8F7. Grayscale: #5A5A5A. Windows color (decimal): -4245752 or 538559. OLE color: 538559.

HSL color Cylindrical-coordinate representation of color #BF3708: hue angle of 15.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF3708 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 8 -
CMYK 0 0.71 0.96 0.25
HSL 15.41º 0.92% 0.39% -
HSV(B) 15.41º 0.96% 0.75% -
XYZ 22.9 13.83 1.69 -
YUV 90.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 191 55 8 0 0.71 0.96 0.25 15.41 0.92 0.39
Hex BF 37 8 0 47 60 19 F 5C 27
Octal 277 67 10 0 107 140 31 17 134 47
Binary 10111111 110111 1000 0 1000111 1100000 11001 1111 1011100 100111

Color Harmonies of #BF3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3708

Black with #BF3708

Text Example


Text Example

White with #BF3708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3708; }

 p { color: rgb(191,55,8); }

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

background-color css

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

 a { background-color: rgb(191,55,8); }

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

border-color css

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

 span { border-color: rgb(191,55,8); }

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