Html Css Color HEX #BF4320 Rust

📋 copy color: '#BF4320'

red 191 ◦ green 67 ◦ blue 32

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

Shades of Rust #BF4320

Tints of Rust #BF4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 65.86%
G = 23.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF4320 (or 0xBF4320) is known color: Rust. HEX triplet: BF, 43 and 20. RGB value is (191,67,32). Sum of RGB (Red+Green+Blue) = 191+67+32=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4320 is #40BCDF. Grayscale: #646464. Windows color (decimal): -4242656 or 2114495. OLE color: 2114495.

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

Color convert

RGB 191 67 32 -
CMYK 0 0.65 0.83 0.25
HSL 13.21º 0.71% 0.44% -
HSV(B) 13.21º 0.83% 0.75% -
XYZ 23.75 15.19 3.05 -
YUV 100.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 191 67 32 0 0.65 0.83 0.25 13.21 0.71 0.44
Hex BF 43 20 0 41 53 19 D 47 2C
Octal 277 103 40 0 101 123 31 15 107 54
Binary 10111111 1000011 100000 0 1000001 1010011 11001 1101 1000111 101100

Color Harmonies of #BF4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4320

Black with #BF4320

Text Example


Text Example

White with #BF4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4320; }

 p { color: rgb(191,67,32); }

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

background-color css

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

 a { background-color: rgb(191,67,32); }

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

border-color css

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

 span { border-color: rgb(191,67,32); }

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