Html Css Color HEX #BF4908 Rust

📋 copy color: '#BF4908'

red 191 ◦ green 73 ◦ blue 8

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

Shades of Rust #BF4908

Tints of Rust #BF4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

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

R = 70.22%
G = 26.84%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF4908 (or 0xBF4908) is known color: Rust. HEX triplet: BF, 49 and 08. RGB value is (191,73,8). Sum of RGB (Red+Green+Blue) = 191+73+8=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4908 is #40B6F7. Grayscale: #656565. Windows color (decimal): -4241144 or 543167. OLE color: 543167.

HSL color Cylindrical-coordinate representation of color #BF4908: hue angle of 21.31º 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 #BF4908 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 8 -
CMYK 0 0.62 0.96 0.25
HSL 21.31º 0.92% 0.39% -
HSV(B) 21.31º 0.96% 0.75% -
XYZ 23.91 15.86 2.03 -
YUV 100.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 191 73 8 0 0.62 0.96 0.25 21.31 0.92 0.39
Hex BF 49 8 0 3E 60 19 15 5C 27
Octal 277 111 10 0 76 140 31 25 134 47
Binary 10111111 1001001 1000 0 111110 1100000 11001 10101 1011100 100111

Color Harmonies of #BF4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4908

Black with #BF4908

Text Example


Text Example

White with #BF4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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