Html Css Color HEX #BF421F Rust

📋 copy color: '#BF421F'

red 191 ◦ green 66 ◦ blue 31

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

Shades of Rust #BF421F

Tints of Rust #BF421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 66.32%
G = 22.92%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF421F (or 0xBF421F) is known color: Rust. HEX triplet: BF, 42 and 1F. RGB value is (191,66,31). Sum of RGB (Red+Green+Blue) = 191+66+31=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF421F is #40BDE0. Grayscale: #636363. Windows color (decimal): -4242913 or 2048703. OLE color: 2048703.

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

Color convert

RGB 191 66 31 -
CMYK 0 0.65 0.84 0.25
HSL 13.13º 0.72% 0.44% -
HSV(B) 13.13º 0.84% 0.75% -
XYZ 23.68 15.07 2.96 -
YUV 99.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 191 66 31 0 0.65 0.84 0.25 13.13 0.72 0.44
Hex BF 42 1F 0 41 54 19 D 48 2C
Octal 277 102 37 0 101 124 31 15 110 54
Binary 10111111 1000010 11111 0 1000001 1010100 11001 1101 1001000 101100

Color Harmonies of #BF421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF421F

Black with #BF421F

Text Example


Text Example

White with #BF421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF421F; }

 p { color: rgb(191,66,31); }

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

background-color css

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

 a { background-color: rgb(191,66,31); }

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

border-color css

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

 span { border-color: rgb(191,66,31); }

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