Html Css Color HEX #BF0405 Venetian Red

📋 copy color: '#BF0405'

red 191 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #BF0405

Tints of Venetian Red #BF0405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 95.5%
G = 2%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF0405 (or 0xBF0405) is known color: Venetian Red. HEX triplet: BF, 04 and 05. RGB value is (191,4,5). Sum of RGB (Red+Green+Blue) = 191+4+5=200 (26% of max value = 765). Red value is 191 (75% from 255 or 95.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0405 is #40FBFA. Grayscale: #3C3C3C. Windows color (decimal): -4258811 or 328895. OLE color: 328895.

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

Color convert

RGB 191 4 5 -
CMYK 0 0.98 0.97 0.25
HSL 359.68º 0.96% 0.38% -
HSV(B) 359.68º 0.98% 0.75% -
XYZ 21.56 11.17 1.16 -
YUV 60.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 191 4 5 0 0.98 0.97 0.25 359.68 0.96 0.38
Hex BF 4 5 0 62 61 19 168 60 26
Octal 277 4 5 0 142 141 31 550 140 46
Binary 10111111 100 101 0 1100010 1100001 11001 101101000 1100000 100110

Color Harmonies of #BF0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0405

Black with #BF0405

Text Example


Text Example

White with #BF0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0405; }

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

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

background-color css

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

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

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

border-color css

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

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

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