Html Css Color HEX #BF0005 Venetian Red

📋 copy color: '#BF0005'

red 191 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #BF0005

Tints of Venetian Red #BF0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.55%

R = 97.45%
G = 0%
B = 2.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF0005 (or 0xBF0005) is known color: Venetian Red. HEX triplet: BF, 00 and 05. RGB value is (191,0,5). Sum of RGB (Red+Green+Blue) = 191+0+5=196 (25% of max value = 765). Red value is 191 (75% from 255 or 97.45% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0005 is #40FFFA. Grayscale: #393939. Windows color (decimal): -4259835 or 327871. OLE color: 327871.

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

Color convert

RGB 191 0 5 -
CMYK 0 1 0.97 0.25
HSL 358.43º 1% 0.37% -
HSV(B) 358.43º 1% 0.75% -
XYZ 21.51 11.09 1.15 -
YUV 57.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 191 0 5 0 1 0.97 0.25 358.43 1 0.37
Hex BF 0 5 0 64 61 19 166 64 25
Octal 277 0 5 0 144 141 31 546 144 45
Binary 10111111 0 101 0 1100100 1100001 11001 101100110 1100100 100101

Color Harmonies of #BF0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0005

Black with #BF0005

Text Example


Text Example

White with #BF0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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