Html Css Color HEX #BF0C1D Venetian Red

📋 copy color: '#BF0C1D'

red 191 ◦ green 12 ◦ blue 29

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

Shades of Venetian Red #BF0C1D

Tints of Venetian Red #BF0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

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

R = 82.33%
G = 5.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF0C1D (or 0xBF0C1D) is known color: Venetian Red. HEX triplet: BF, 0C and 1D. RGB value is (191,12,29). Sum of RGB (Red+Green+Blue) = 191+12+29=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C1D is #40F3E2. Grayscale: #434343. Windows color (decimal): -4256739 or 1903807. OLE color: 1903807.

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

Color convert

RGB 191 12 29 -
CMYK 0 0.94 0.85 0.25
HSL 354.3º 0.88% 0.4% -
HSV(B) 354.3º 0.94% 0.75% -
XYZ 21.84 11.43 2.22 -
YUV 67.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 191 12 29 0 0.94 0.85 0.25 354.3 0.88 0.4
Hex BF C 1D 0 5E 55 19 162 58 28
Octal 277 14 35 0 136 125 31 542 130 50
Binary 10111111 1100 11101 0 1011110 1010101 11001 101100010 1011000 101000

Color Harmonies of #BF0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C1D

Black with #BF0C1D

Text Example


Text Example

White with #BF0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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