Html Css Color HEX #BF0026 Venetian Red

📋 copy color: '#BF0026'

red 191 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #BF0026

Tints of Venetian Red #BF0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.59%

R = 83.41%
G = 0%
B = 16.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF0026 (or 0xBF0026) is known color: Venetian Red. HEX triplet: BF, 00 and 26. RGB value is (191,0,38). Sum of RGB (Red+Green+Blue) = 191+0+38=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0026 is #40FFD9. Grayscale: #3D3D3D. Windows color (decimal): -4259802 or 2490559. OLE color: 2490559.

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

Color convert

RGB 191 0 38 -
CMYK 0 1 0.80 0.25
HSL 348.06º 1% 0.37% -
HSV(B) 348.06º 1% 0.75% -
XYZ 21.84 11.22 2.85 -
YUV 61.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 191 0 38 0 1 0.80 0.25 348.06 1 0.37
Hex BF 0 26 0 64 50 19 15C 64 25
Octal 277 0 46 0 144 120 31 534 144 45
Binary 10111111 0 100110 0 1100100 1010000 11001 101011100 1100100 100101

Color Harmonies of #BF0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0026

Black with #BF0026

Text Example


Text Example

White with #BF0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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