Html Css Color HEX #BF0103 Venetian Red

📋 copy color: '#BF0103'

red 191 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #BF0103

Tints of Venetian Red #BF0103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 3 (1.56% from 255) = 1.54%

R = 97.95%
G = 0.51%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF0103 (or 0xBF0103) is known color: Venetian Red. HEX triplet: BF, 01 and 03. RGB value is (191,1,3). Sum of RGB (Red+Green+Blue) = 191+1+3=195 (25% of max value = 765). Red value is 191 (75% from 255 or 97.95% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0103 is #40FEFC. Grayscale: #3A3A3A. Windows color (decimal): -4259581 or 197055. OLE color: 197055.

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

Color convert

RGB 191 1 3 -
CMYK 0 0.99 0.98 0.25
HSL 359.37º 0.99% 0.38% -
HSV(B) 359.37º 0.99% 0.75% -
XYZ 21.51 11.1 1.1 -
YUV 58.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 191 1 3 0 0.99 0.98 0.25 359.37 0.99 0.38
Hex BF 1 3 0 63 62 19 167 63 26
Octal 277 1 3 0 143 142 31 547 143 46
Binary 10111111 1 11 0 1100011 1100010 11001 101100111 1100011 100110

Color Harmonies of #BF0103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0103

Black with #BF0103

Text Example


Text Example

White with #BF0103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0103; }

 p { color: rgb(191,1,3); }

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

background-color css

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

 a { background-color: rgb(191,1,3); }

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

border-color css

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

 span { border-color: rgb(191,1,3); }

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