Html Css Color HEX #BF430B Rust

📋 copy color: '#BF430B'

red 191 ◦ green 67 ◦ blue 11

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

Shades of Rust #BF430B

Tints of Rust #BF430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 71%
G = 24.91%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF430B (or 0xBF430B) is known color: Rust. HEX triplet: BF, 43 and 0B. RGB value is (191,67,11). Sum of RGB (Red+Green+Blue) = 191+67+11=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF430B is #40BCF4. Grayscale: #626262. Windows color (decimal): -4242677 or 738239. OLE color: 738239.

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

Color convert

RGB 191 67 11 -
CMYK 0 0.65 0.94 0.25
HSL 18.67º 0.89% 0.4% -
HSV(B) 18.67º 0.94% 0.75% -
XYZ 23.55 15.11 1.99 -
YUV 97.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 191 67 11 0 0.65 0.94 0.25 18.67 0.89 0.4
Hex BF 43 B 0 41 5E 19 13 59 28
Octal 277 103 13 0 101 136 31 23 131 50
Binary 10111111 1000011 1011 0 1000001 1011110 11001 10011 1011001 101000

Color Harmonies of #BF430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF430B

Black with #BF430B

Text Example


Text Example

White with #BF430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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