Html Css Color HEX #BF481E Rust

📋 copy color: '#BF481E'

red 191 ◦ green 72 ◦ blue 30

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

Shades of Rust #BF481E

Tints of Rust #BF481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 65.19%
G = 24.57%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF481E (or 0xBF481E) is known color: Rust. HEX triplet: BF, 48 and 1E. RGB value is (191,72,30). Sum of RGB (Red+Green+Blue) = 191+72+30=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF481E is #40B7E1. Grayscale: #676767. Windows color (decimal): -4241378 or 1984703. OLE color: 1984703.

HSL color Cylindrical-coordinate representation of color #BF481E: hue angle of 15.65º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF481E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 72 30 -
CMYK 0 0.62 0.84 0.25
HSL 15.65º 0.73% 0.43% -
HSV(B) 15.65º 0.84% 0.75% -
XYZ 24.04 15.8 3.01 -
YUV 102.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 191 72 30 0 0.62 0.84 0.25 15.65 0.73 0.43
Hex BF 48 1E 0 3E 54 19 10 49 2B
Octal 277 110 36 0 76 124 31 20 111 53
Binary 10111111 1001000 11110 0 111110 1010100 11001 10000 1001001 101011

Color Harmonies of #BF481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF481E

Black with #BF481E

Text Example


Text Example

White with #BF481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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