Html Css Color HEX #BF010A Venetian Red

📋 copy color: '#BF010A'

red 191 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #BF010A

Tints of Venetian Red #BF010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 94.55%
G = 0.5%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF010A (or 0xBF010A) is known color: Venetian Red. HEX triplet: BF, 01 and 0A. RGB value is (191,1,10). Sum of RGB (Red+Green+Blue) = 191+1+10=202 (26% of max value = 765). Red value is 191 (75% from 255 or 94.55% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 191 - color contains mainly: red. Hex color #BF010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF010A is #40FEF5. Grayscale: #3A3A3A. Windows color (decimal): -4259574 or 655807. OLE color: 655807.

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

Color convert

RGB 191 1 10 -
CMYK 0 0.99 0.95 0.25
HSL 357.16º 0.99% 0.38% -
HSV(B) 357.16º 0.99% 0.75% -
XYZ 21.55 11.12 1.3 -
YUV 58.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 191 1 10 0 0.99 0.95 0.25 357.16 0.99 0.38
Hex BF 1 A 0 63 5F 19 165 63 26
Octal 277 1 12 0 143 137 31 545 143 46
Binary 10111111 1 1010 0 1100011 1011111 11001 101100101 1100011 100110

Color Harmonies of #BF010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF010A

Black with #BF010A

Text Example


Text Example

White with #BF010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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