Html Css Color HEX #BF0128 Venetian Red

📋 copy color: '#BF0128'

red 191 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #BF0128

Tints of Venetian Red #BF0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 82.33%
G = 0.43%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF0128 (or 0xBF0128) is known color: Venetian Red. HEX triplet: BF, 01 and 28. RGB value is (191,1,40). Sum of RGB (Red+Green+Blue) = 191+1+40=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0128 is #40FED7. Grayscale: #3E3E3E. Windows color (decimal): -4259544 or 2621887. OLE color: 2621887.

HSL color Cylindrical-coordinate representation of color #BF0128: hue angle of 347.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0128 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 40 -
CMYK 0 0.99 0.79 0.25
HSL 347.68º 0.99% 0.38% -
HSV(B) 347.68º 0.99% 0.75% -
XYZ 21.88 11.25 3.03 -
YUV 62.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 191 1 40 0 0.99 0.79 0.25 347.68 0.99 0.38
Hex BF 1 28 0 63 4F 19 15C 63 26
Octal 277 1 50 0 143 117 31 534 143 46
Binary 10111111 1 101000 0 1100011 1001111 11001 101011100 1100011 100110

Color Harmonies of #BF0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0128

Black with #BF0128

Text Example


Text Example

White with #BF0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0128; }

 p { color: rgb(191,1,40); }

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

background-color css

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

 a { background-color: rgb(191,1,40); }

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

border-color css

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

 span { border-color: rgb(191,1,40); }

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