Html Css Color HEX #BF431B Rust

📋 copy color: '#BF431B'

red 191 ◦ green 67 ◦ blue 27

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

Shades of Rust #BF431B

Tints of Rust #BF431B

RGB

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

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

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

R = 67.02%
G = 23.51%
B = 9.47%

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

#BF431B (or 0xBF431B) is known color: Rust. HEX triplet: BF, 43 and 1B. RGB value is (191,67,27). Sum of RGB (Red+Green+Blue) = 191+67+27=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF431B is #40BCE4. Grayscale: #636363. Windows color (decimal): -4242661 or 1786815. OLE color: 1786815.

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

Color convert

RGB 191 67 27 -
CMYK 0 0.65 0.86 0.25
HSL 14.63º 0.75% 0.43% -
HSV(B) 14.63º 0.86% 0.75% -
XYZ 23.69 15.17 2.72 -
YUV 99.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 191 67 27 0 0.65 0.86 0.25 14.63 0.75 0.43
Hex BF 43 1B 0 41 56 19 F 4B 2B
Octal 277 103 33 0 101 126 31 17 113 53
Binary 10111111 1000011 11011 0 1000001 1010110 11001 1111 1001011 101011

Color Harmonies of #BF431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF431B

Black with #BF431B

Text Example


Text Example

White with #BF431B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF431B; }

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

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

background-color css

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

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

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

border-color css

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

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

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