Html Css Color HEX #BF0C1E Venetian Red

📋 copy color: '#BF0C1E'

red 191 ◦ green 12 ◦ blue 30

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

Shades of Venetian Red #BF0C1E

Tints of Venetian Red #BF0C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 81.97%
G = 5.15%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF0C1E (or 0xBF0C1E) is known color: Venetian Red. HEX triplet: BF, 0C and 1E. RGB value is (191,12,30). Sum of RGB (Red+Green+Blue) = 191+12+30=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C1E is #40F3E1. Grayscale: #434343. Windows color (decimal): -4256738 or 1969343. OLE color: 1969343.

HSL color Cylindrical-coordinate representation of color #BF0C1E: hue angle of 353.97º 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 #BF0C1E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 12 30 -
CMYK 0 0.94 0.84 0.25
HSL 353.97º 0.88% 0.4% -
HSV(B) 353.97º 0.94% 0.75% -
XYZ 21.85 11.43 2.28 -
YUV 67.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 191 12 30 0 0.94 0.84 0.25 353.97 0.88 0.4
Hex BF C 1E 0 5E 54 19 162 58 28
Octal 277 14 36 0 136 124 31 542 130 50
Binary 10111111 1100 11110 0 1011110 1010100 11001 101100010 1011000 101000

Color Harmonies of #BF0C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C1E

Black with #BF0C1E

Text Example


Text Example

White with #BF0C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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