Html Css Color HEX #BF3809 Rust

📋 copy color: '#BF3809'

red 191 ◦ green 56 ◦ blue 9

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

Shades of Rust #BF3809

Tints of Rust #BF3809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 74.61%
G = 21.88%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF3809 (or 0xBF3809) is known color: Rust. HEX triplet: BF, 38 and 09. RGB value is (191,56,9). Sum of RGB (Red+Green+Blue) = 191+56+9=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3809 is #40C7F6. Grayscale: #5B5B5B. Windows color (decimal): -4245495 or 604351. OLE color: 604351.

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

Color convert

RGB 191 56 9 -
CMYK 0 0.71 0.95 0.25
HSL 15.49º 0.91% 0.39% -
HSV(B) 15.49º 0.95% 0.75% -
XYZ 22.95 13.92 1.74 -
YUV 91.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 191 56 9 0 0.71 0.95 0.25 15.49 0.91 0.39
Hex BF 38 9 0 47 5F 19 F 5B 27
Octal 277 70 11 0 107 137 31 17 133 47
Binary 10111111 111000 1001 0 1000111 1011111 11001 1111 1011011 100111

Color Harmonies of #BF3809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3809

Black with #BF3809

Text Example


Text Example

White with #BF3809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3809; }

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

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

background-color css

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

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

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

border-color css

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

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

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