Html Css Color HEX #BF431A Rust

📋 copy color: '#BF431A'

red 191 ◦ green 67 ◦ blue 26

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

Shades of Rust #BF431A

Tints of Rust #BF431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 67.25%
G = 23.59%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF431A (or 0xBF431A) is known color: Rust. HEX triplet: BF, 43 and 1A. RGB value is (191,67,26). Sum of RGB (Red+Green+Blue) = 191+67+26=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF431A is #40BCE5. Grayscale: #636363. Windows color (decimal): -4242662 or 1721279. OLE color: 1721279.

HSL color Cylindrical-coordinate representation of color #BF431A: hue angle of 14.91º degrees, saturation: 0.76, 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 #BF431A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 26 -
CMYK 0 0.65 0.86 0.25
HSL 14.91º 0.76% 0.43% -
HSV(B) 14.91º 0.86% 0.75% -
XYZ 23.68 15.17 2.66 -
YUV 99.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 191 67 26 0 0.65 0.86 0.25 14.91 0.76 0.43
Hex BF 43 1A 0 41 56 19 F 4C 2B
Octal 277 103 32 0 101 126 31 17 114 53
Binary 10111111 1000011 11010 0 1000001 1010110 11001 1111 1001100 101011

Color Harmonies of #BF431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF431A

Black with #BF431A

Text Example


Text Example

White with #BF431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF431A; }

 p { color: rgb(191,67,26); }

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

background-color css

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

 a { background-color: rgb(191,67,26); }

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

border-color css

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

 span { border-color: rgb(191,67,26); }

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