Html Css Color HEX #BF002D Venetian Red

📋 copy color: '#BF002D'

red 191 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #BF002D

Tints of Venetian Red #BF002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 80.93%
G = 0%
B = 19.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF002D (or 0xBF002D) is known color: Venetian Red. HEX triplet: BF, 00 and 2D. RGB value is (191,0,45). Sum of RGB (Red+Green+Blue) = 191+0+45=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002D is #40FFD2. Grayscale: #3E3E3E. Windows color (decimal): -4259795 or 2949311. OLE color: 2949311.

HSL color Cylindrical-coordinate representation of color #BF002D: hue angle of 345.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF002D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 45 -
CMYK 0 1 0.76 0.25
HSL 345.86º 1% 0.37% -
HSV(B) 345.86º 1% 0.75% -
XYZ 21.96 11.27 3.5 -
YUV 62.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 191 0 45 0 1 0.76 0.25 345.86 1 0.37
Hex BF 0 2D 0 64 4C 19 15A 64 25
Octal 277 0 55 0 144 114 31 532 144 45
Binary 10111111 0 101101 0 1100100 1001100 11001 101011010 1100100 100101

Color Harmonies of #BF002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF002D

Black with #BF002D

Text Example


Text Example

White with #BF002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF002D; }

 p { color: rgb(191,0,45); }

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

background-color css

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

 a { background-color: rgb(191,0,45); }

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

border-color css

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

 span { border-color: rgb(191,0,45); }

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