Html Css Color HEX #BF370A Rust

📋 copy color: '#BF370A'

red 191 ◦ green 55 ◦ blue 10

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

Shades of Rust #BF370A

Tints of Rust #BF370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 74.61%
G = 21.48%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF370A (or 0xBF370A) is known color: Rust. HEX triplet: BF, 37 and 0A. RGB value is (191,55,10). Sum of RGB (Red+Green+Blue) = 191+55+10=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF370A is #40C8F5. Grayscale: #5A5A5A. Windows color (decimal): -4245750 or 669631. OLE color: 669631.

HSL color Cylindrical-coordinate representation of color #BF370A: hue angle of 14.92º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF370A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 10 -
CMYK 0 0.71 0.95 0.25
HSL 14.92º 0.9% 0.39% -
HSV(B) 14.92º 0.95% 0.75% -
XYZ 22.91 13.83 1.75 -
YUV 90.53 82.56 199.66 -
System Red Green Blue C M Y K H S L
Decimal 191 55 10 0 0.71 0.95 0.25 14.92 0.9 0.39
Hex BF 37 A 0 47 5F 19 F 5A 27
Octal 277 67 12 0 107 137 31 17 132 47
Binary 10111111 110111 1010 0 1000111 1011111 11001 1111 1011010 100111

Color Harmonies of #BF370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF370A

Black with #BF370A

Text Example


Text Example

White with #BF370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF370A; }

 p { color: rgb(191,55,10); }

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

background-color css

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

 a { background-color: rgb(191,55,10); }

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

border-color css

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

 span { border-color: rgb(191,55,10); }

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