Html Css Color HEX #BF4820 Rust

📋 copy color: '#BF4820'

red 191 ◦ green 72 ◦ blue 32

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

Shades of Rust #BF4820

Tints of Rust #BF4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 64.75%
G = 24.41%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF4820 (or 0xBF4820) is known color: Rust. HEX triplet: BF, 48 and 20. RGB value is (191,72,32). Sum of RGB (Red+Green+Blue) = 191+72+32=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4820 is #40B7DF. Grayscale: #676767. Windows color (decimal): -4241376 or 2115775. OLE color: 2115775.

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

Color convert

RGB 191 72 32 -
CMYK 0 0.62 0.83 0.25
HSL 15.09º 0.71% 0.44% -
HSV(B) 15.09º 0.83% 0.75% -
XYZ 24.06 15.82 3.15 -
YUV 103.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 191 72 32 0 0.62 0.83 0.25 15.09 0.71 0.44
Hex BF 48 20 0 3E 53 19 F 47 2C
Octal 277 110 40 0 76 123 31 17 107 54
Binary 10111111 1001000 100000 0 111110 1010011 11001 1111 1000111 101100

Color Harmonies of #BF4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4820

Black with #BF4820

Text Example


Text Example

White with #BF4820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4820; }

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

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

background-color css

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

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

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

border-color css

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

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

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