Html Css Color HEX #BF0028 Venetian Red

📋 copy color: '#BF0028'

red 191 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #BF0028

Tints of Venetian Red #BF0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.68%
G = 0%
B = 17.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF0028 (or 0xBF0028) is known color: Venetian Red. HEX triplet: BF, 00 and 28. RGB value is (191,0,40). Sum of RGB (Red+Green+Blue) = 191+0+40=231 (30% of max value = 765). Red value is 191 (75% from 255 or 82.68% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0028 is #40FFD7. Grayscale: #3D3D3D. Windows color (decimal): -4259800 or 2621631. OLE color: 2621631.

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

Color convert

RGB 191 0 40 -
CMYK 0 1 0.79 0.25
HSL 347.43º 1% 0.37% -
HSV(B) 347.43º 1% 0.75% -
XYZ 21.87 11.23 3.02 -
YUV 61.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 191 0 40 0 1 0.79 0.25 347.43 1 0.37
Hex BF 0 28 0 64 4F 19 15B 64 25
Octal 277 0 50 0 144 117 31 533 144 45
Binary 10111111 0 101000 0 1100100 1001111 11001 101011011 1100100 100101

Color Harmonies of #BF0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0028

Black with #BF0028

Text Example


Text Example

White with #BF0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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