Html Css Color HEX #BF481D Rust

📋 copy color: '#BF481D'

red 191 ◦ green 72 ◦ blue 29

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

Shades of Rust #BF481D

Tints of Rust #BF481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 65.41%
G = 24.66%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF481D (or 0xBF481D) is known color: Rust. HEX triplet: BF, 48 and 1D. RGB value is (191,72,29). Sum of RGB (Red+Green+Blue) = 191+72+29=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF481D is #40B7E2. Grayscale: #666666. Windows color (decimal): -4241379 or 1919167. OLE color: 1919167.

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

Color convert

RGB 191 72 29 -
CMYK 0 0.62 0.85 0.25
HSL 15.93º 0.74% 0.43% -
HSV(B) 15.93º 0.85% 0.75% -
XYZ 24.02 15.8 2.95 -
YUV 102.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 191 72 29 0 0.62 0.85 0.25 15.93 0.74 0.43
Hex BF 48 1D 0 3E 55 19 10 4A 2B
Octal 277 110 35 0 76 125 31 20 112 53
Binary 10111111 1001000 11101 0 111110 1010101 11001 10000 1001010 101011

Color Harmonies of #BF481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF481D

Black with #BF481D

Text Example


Text Example

White with #BF481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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