Html Css Color HEX #BF481B Rust

📋 copy color: '#BF481B'

red 191 ◦ green 72 ◦ blue 27

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

Shades of Rust #BF481B

Tints of Rust #BF481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 65.86%
G = 24.83%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF481B (or 0xBF481B) is known color: Rust. HEX triplet: BF, 48 and 1B. RGB value is (191,72,27). Sum of RGB (Red+Green+Blue) = 191+72+27=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF481B is #40B7E4. Grayscale: #666666. Windows color (decimal): -4241381 or 1788095. OLE color: 1788095.

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

Color convert

RGB 191 72 27 -
CMYK 0 0.62 0.86 0.25
HSL 16.46º 0.75% 0.43% -
HSV(B) 16.46º 0.86% 0.75% -
XYZ 24 15.79 2.82 -
YUV 102.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 191 72 27 0 0.62 0.86 0.25 16.46 0.75 0.43
Hex BF 48 1B 0 3E 56 19 10 4B 2B
Octal 277 110 33 0 76 126 31 20 113 53
Binary 10111111 1001000 11011 0 111110 1010110 11001 10000 1001011 101011

Color Harmonies of #BF481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF481B

Black with #BF481B

Text Example


Text Example

White with #BF481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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