Html Css Color HEX #BF0004 Venetian Red

📋 copy color: '#BF0004'

red 191 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #BF0004

Tints of Venetian Red #BF0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 97.95%
G = 0%
B = 2.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF0004 (or 0xBF0004) is known color: Venetian Red. HEX triplet: BF, 00 and 04. RGB value is (191,0,4). Sum of RGB (Red+Green+Blue) = 191+0+4=195 (25% of max value = 765). Red value is 191 (75% from 255 or 97.95% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0004 is #40FFFB. Grayscale: #393939. Windows color (decimal): -4259836 or 262335. OLE color: 262335.

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

Color convert

RGB 191 0 4 -
CMYK 0 1 0.98 0.25
HSL 358.74º 1% 0.37% -
HSV(B) 358.74º 1% 0.75% -
XYZ 21.51 11.09 1.12 -
YUV 57.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 191 0 4 0 1 0.98 0.25 358.74 1 0.37
Hex BF 0 4 0 64 62 19 167 64 25
Octal 277 0 4 0 144 142 31 547 144 45
Binary 10111111 0 100 0 1100100 1100010 11001 101100111 1100100 100101

Color Harmonies of #BF0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0004

Black with #BF0004

Text Example


Text Example

White with #BF0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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