Html Css Color HEX #BF0022 Venetian Red

📋 copy color: '#BF0022'

red 191 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #BF0022

Tints of Venetian Red #BF0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 84.89%
G = 0%
B = 15.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF0022 (or 0xBF0022) is known color: Venetian Red. HEX triplet: BF, 00 and 22. RGB value is (191,0,34). Sum of RGB (Red+Green+Blue) = 191+0+34=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0022 is #40FFDD. Grayscale: #3D3D3D. Windows color (decimal): -4259806 or 2228415. OLE color: 2228415.

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

Color convert

RGB 191 0 34 -
CMYK 0 1 0.82 0.25
HSL 349.32º 1% 0.37% -
HSV(B) 349.32º 1% 0.75% -
XYZ 21.77 11.19 2.53 -
YUV 60.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 191 0 34 0 1 0.82 0.25 349.32 1 0.37
Hex BF 0 22 0 64 52 19 15D 64 25
Octal 277 0 42 0 144 122 31 535 144 45
Binary 10111111 0 100010 0 1100100 1010010 11001 101011101 1100100 100101

Color Harmonies of #BF0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0022

Black with #BF0022

Text Example


Text Example

White with #BF0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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