Html Css Color HEX #BF3800 Rust

📋 copy color: '#BF3800'

red 191 ◦ green 56 ◦ blue 0

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

Shades of Rust #BF3800

Tints of Rust #BF3800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 77.33%
G = 22.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3800 (or 0xBF3800) is known color: Rust. HEX triplet: BF, 38 and 00. RGB value is (191,56,0). Sum of RGB (Red+Green+Blue) = 191+56+0=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3800 is #40C7FF. Grayscale: #5A5A5A. Windows color (decimal): -4245504 or 14527. OLE color: 14527.

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

Color convert

RGB 191 56 0 -
CMYK 0 0.71 1 0.25
HSL 17.59º 1% 0.37% -
HSV(B) 17.59º 1% 0.75% -
XYZ 22.9 13.9 1.48 -
YUV 89.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 191 56 0 0 0.71 1 0.25 17.59 1 0.37
Hex BF 38 0 0 47 64 19 12 64 25
Octal 277 70 0 0 107 144 31 22 144 45
Binary 10111111 111000 0 0 1000111 1100100 11001 10010 1100100 100101

Color Harmonies of #BF3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3800

Black with #BF3800

Text Example


Text Example

White with #BF3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3800; }

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

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

background-color css

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

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

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

border-color css

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

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

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