Html Css Color HEX #BF4321 Rust

📋 copy color: '#BF4321'

red 191 ◦ green 67 ◦ blue 33

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

Shades of Rust #BF4321

Tints of Rust #BF4321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 65.64%
G = 23.02%
B = 11.34%

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

#BF4321 (or 0xBF4321) is known color: Rust. HEX triplet: BF, 43 and 21. RGB value is (191,67,33). Sum of RGB (Red+Green+Blue) = 191+67+33=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4321 is #40BCDE. Grayscale: #646464. Windows color (decimal): -4242655 or 2180031. OLE color: 2180031.

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

Color convert

RGB 191 67 33 -
CMYK 0 0.65 0.83 0.25
HSL 12.91º 0.71% 0.44% -
HSV(B) 12.91º 0.83% 0.75% -
XYZ 23.77 15.2 3.12 -
YUV 100.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 191 67 33 0 0.65 0.83 0.25 12.91 0.71 0.44
Hex BF 43 21 0 41 53 19 D 47 2C
Octal 277 103 41 0 101 123 31 15 107 54
Binary 10111111 1000011 100001 0 1000001 1010011 11001 1101 1000111 101100

Color Harmonies of #BF4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4321

Black with #BF4321

Text Example


Text Example

White with #BF4321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4321; }

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

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

background-color css

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

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

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

border-color css

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

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

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