Html Css Color HEX #BF041C Venetian Red

📋 copy color: '#BF041C'

red 191 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #BF041C

Tints of Venetian Red #BF041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 85.65%
G = 1.79%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF041C (or 0xBF041C) is known color: Venetian Red. HEX triplet: BF, 04 and 1C. RGB value is (191,4,28). Sum of RGB (Red+Green+Blue) = 191+4+28=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF041C is #40FBE3. Grayscale: #3E3E3E. Windows color (decimal): -4258788 or 1836223. OLE color: 1836223.

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

Color convert

RGB 191 4 28 -
CMYK 0 0.98 0.85 0.25
HSL 352.3º 0.96% 0.38% -
HSV(B) 352.3º 0.98% 0.75% -
XYZ 21.74 11.25 2.12 -
YUV 62.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 191 4 28 0 0.98 0.85 0.25 352.3 0.96 0.38
Hex BF 4 1C 0 62 55 19 160 60 26
Octal 277 4 34 0 142 125 31 540 140 46
Binary 10111111 100 11100 0 1100010 1010101 11001 101100000 1100000 100110

Color Harmonies of #BF041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF041C

Black with #BF041C

Text Example


Text Example

White with #BF041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF041C; }

 p { color: rgb(191,4,28); }

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

background-color css

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

 a { background-color: rgb(191,4,28); }

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

border-color css

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

 span { border-color: rgb(191,4,28); }

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