Html Css Color HEX #BF3E08 Rust

📋 copy color: '#BF3E08'

red 191 ◦ green 62 ◦ blue 8

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

Shades of Rust #BF3E08

Tints of Rust #BF3E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

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

R = 73.18%
G = 23.75%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF3E08 (or 0xBF3E08) is known color: Rust. HEX triplet: BF, 3E and 08. RGB value is (191,62,8). Sum of RGB (Red+Green+Blue) = 191+62+8=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E08 is #40C1F7. Grayscale: #5E5E5E. Windows color (decimal): -4243960 or 540351. OLE color: 540351.

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

Color convert

RGB 191 62 8 -
CMYK 0 0.68 0.96 0.25
HSL 17.7º 0.92% 0.39% -
HSV(B) 17.7º 0.96% 0.75% -
XYZ 23.25 14.54 1.81 -
YUV 94.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 191 62 8 0 0.68 0.96 0.25 17.7 0.92 0.39
Hex BF 3E 8 0 44 60 19 12 5C 27
Octal 277 76 10 0 104 140 31 22 134 47
Binary 10111111 111110 1000 0 1000100 1100000 11001 10010 1011100 100111

Color Harmonies of #BF3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E08

Black with #BF3E08

Text Example


Text Example

White with #BF3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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