Html Css Color HEX #BF421A Rust

📋 copy color: '#BF421A'

red 191 ◦ green 66 ◦ blue 26

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

Shades of Rust #BF421A

Tints of Rust #BF421A

RGB

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

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

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

R = 67.49%
G = 23.32%
B = 9.19%

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

#BF421A (or 0xBF421A) is known color: Rust. HEX triplet: BF, 42 and 1A. RGB value is (191,66,26). Sum of RGB (Red+Green+Blue) = 191+66+26=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF421A is #40BDE5. Grayscale: #636363. Windows color (decimal): -4242918 or 1721023. OLE color: 1721023.

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

Color convert

RGB 191 66 26 -
CMYK 0 0.65 0.86 0.25
HSL 14.55º 0.76% 0.43% -
HSV(B) 14.55º 0.86% 0.75% -
XYZ 23.62 15.05 2.64 -
YUV 98.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 191 66 26 0 0.65 0.86 0.25 14.55 0.76 0.43
Hex BF 42 1A 0 41 56 19 F 4C 2B
Octal 277 102 32 0 101 126 31 17 114 53
Binary 10111111 1000010 11010 0 1000001 1010110 11001 1111 1001100 101011

Color Harmonies of #BF421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF421A

Black with #BF421A

Text Example


Text Example

White with #BF421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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