Html Css Color HEX #BF121D Venetian Red

📋 copy color: '#BF121D'

red 191 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #BF121D

Tints of Venetian Red #BF121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 80.25%
G = 7.56%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF121D (or 0xBF121D) is known color: Venetian Red. HEX triplet: BF, 12 and 1D. RGB value is (191,18,29). Sum of RGB (Red+Green+Blue) = 191+18+29=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF121D is #40EDE2. Grayscale: #474747. Windows color (decimal): -4255203 or 1905343. OLE color: 1905343.

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

Color convert

RGB 191 18 29 -
CMYK 0 0.91 0.85 0.25
HSL 356.19º 0.83% 0.41% -
HSV(B) 356.19º 0.91% 0.75% -
XYZ 21.92 11.6 2.25 -
YUV 70.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 191 18 29 0 0.91 0.85 0.25 356.19 0.83 0.41
Hex BF 12 1D 0 5B 55 19 164 53 29
Octal 277 22 35 0 133 125 31 544 123 51
Binary 10111111 10010 11101 0 1011011 1010101 11001 101100100 1010011 101001

Color Harmonies of #BF121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF121D

Black with #BF121D

Text Example


Text Example

White with #BF121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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