Html Css Color HEX #BF101D Venetian Red

📋 copy color: '#BF101D'

red 191 ◦ green 16 ◦ blue 29

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

Shades of Venetian Red #BF101D

Tints of Venetian Red #BF101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 80.93%
G = 6.78%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF101D (or 0xBF101D) is known color: Venetian Red. HEX triplet: BF, 10 and 1D. RGB value is (191,16,29). Sum of RGB (Red+Green+Blue) = 191+16+29=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF101D is #40EFE2. Grayscale: #454545. Windows color (decimal): -4255715 or 1904831. OLE color: 1904831.

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

Color convert

RGB 191 16 29 -
CMYK 0 0.92 0.85 0.25
HSL 355.54º 0.85% 0.41% -
HSV(B) 355.54º 0.92% 0.75% -
XYZ 21.89 11.54 2.24 -
YUV 69.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 191 16 29 0 0.92 0.85 0.25 355.54 0.85 0.41
Hex BF 10 1D 0 5C 55 19 164 55 29
Octal 277 20 35 0 134 125 31 544 125 51
Binary 10111111 10000 11101 0 1011100 1010101 11001 101100100 1010101 101001

Color Harmonies of #BF101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF101D

Black with #BF101D

Text Example


Text Example

White with #BF101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF101D; }

 p { color: rgb(191,16,29); }

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

background-color css

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

 a { background-color: rgb(191,16,29); }

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

border-color css

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

 span { border-color: rgb(191,16,29); }

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