Html Css Color HEX #BF0123 Venetian Red

📋 copy color: '#BF0123'

red 191 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #BF0123

Tints of Venetian Red #BF0123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 84.14%
G = 0.44%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF0123 (or 0xBF0123) is known color: Venetian Red. HEX triplet: BF, 01 and 23. RGB value is (191,1,35). Sum of RGB (Red+Green+Blue) = 191+1+35=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0123 is #40FEDC. Grayscale: #3D3D3D. Windows color (decimal): -4259549 or 2294207. OLE color: 2294207.

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

Color convert

RGB 191 1 35 -
CMYK 0 0.99 0.82 0.25
HSL 349.26º 0.99% 0.38% -
HSV(B) 349.26º 0.99% 0.75% -
XYZ 21.8 11.22 2.61 -
YUV 61.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 191 1 35 0 0.99 0.82 0.25 349.26 0.99 0.38
Hex BF 1 23 0 63 52 19 15D 63 26
Octal 277 1 43 0 143 122 31 535 143 46
Binary 10111111 1 100011 0 1100011 1010010 11001 101011101 1100011 100110

Color Harmonies of #BF0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0123

Black with #BF0123

Text Example


Text Example

White with #BF0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0123; }

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

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

background-color css

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

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

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

border-color css

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

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

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