Html Css Color HEX #BF431D Rust

📋 copy color: '#BF431D'

red 191 ◦ green 67 ◦ blue 29

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

Shades of Rust #BF431D

Tints of Rust #BF431D

RGB

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

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

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

R = 66.55%
G = 23.34%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF431D (or 0xBF431D) is known color: Rust. HEX triplet: BF, 43 and 1D. RGB value is (191,67,29). Sum of RGB (Red+Green+Blue) = 191+67+29=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF431D is #40BCE2. Grayscale: #646464. Windows color (decimal): -4242659 or 1917887. OLE color: 1917887.

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

Color convert

RGB 191 67 29 -
CMYK 0 0.65 0.85 0.25
HSL 14.07º 0.74% 0.43% -
HSV(B) 14.07º 0.85% 0.75% -
XYZ 23.71 15.18 2.84 -
YUV 99.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 191 67 29 0 0.65 0.85 0.25 14.07 0.74 0.43
Hex BF 43 1D 0 41 55 19 E 4A 2B
Octal 277 103 35 0 101 125 31 16 112 53
Binary 10111111 1000011 11101 0 1000001 1010101 11001 1110 1001010 101011

Color Harmonies of #BF431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF431D

Black with #BF431D

Text Example


Text Example

White with #BF431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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