Html Css Color HEX #BF4421 Rust

📋 copy color: '#BF4421'

red 191 ◦ green 68 ◦ blue 33

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

Shades of Rust #BF4421

Tints of Rust #BF4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 65.41%
G = 23.29%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF4421 (or 0xBF4421) is known color: Rust. HEX triplet: BF, 44 and 21. RGB value is (191,68,33). Sum of RGB (Red+Green+Blue) = 191+68+33=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4421 is #40BBDE. Grayscale: #656565. Windows color (decimal): -4242399 or 2180287. OLE color: 2180287.

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

Color convert

RGB 191 68 33 -
CMYK 0 0.64 0.83 0.25
HSL 13.29º 0.71% 0.44% -
HSV(B) 13.29º 0.83% 0.75% -
XYZ 23.83 15.32 3.14 -
YUV 100.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 191 68 33 0 0.64 0.83 0.25 13.29 0.71 0.44
Hex BF 44 21 0 40 53 19 D 47 2C
Octal 277 104 41 0 100 123 31 15 107 54
Binary 10111111 1000100 100001 0 1000000 1010011 11001 1101 1000111 101100

Color Harmonies of #BF4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4421

Black with #BF4421

Text Example


Text Example

White with #BF4421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4421; }

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

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

background-color css

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

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

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

border-color css

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

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

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