Html Css Color HEX #BF002A Venetian Red

📋 copy color: '#BF002A'

red 191 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #BF002A

Tints of Venetian Red #BF002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 81.97%
G = 0%
B = 18.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF002A (or 0xBF002A) is known color: Venetian Red. HEX triplet: BF, 00 and 2A. RGB value is (191,0,42). Sum of RGB (Red+Green+Blue) = 191+0+42=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002A is #40FFD5. Grayscale: #3D3D3D. Windows color (decimal): -4259798 or 2752703. OLE color: 2752703.

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

Color convert

RGB 191 0 42 -
CMYK 0 1 0.78 0.25
HSL 346.81º 1% 0.37% -
HSV(B) 346.81º 1% 0.75% -
XYZ 21.9 11.24 3.21 -
YUV 61.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 191 0 42 0 1 0.78 0.25 346.81 1 0.37
Hex BF 0 2A 0 64 4E 19 15B 64 25
Octal 277 0 52 0 144 116 31 533 144 45
Binary 10111111 0 101010 0 1100100 1001110 11001 101011011 1100100 100101

Color Harmonies of #BF002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF002A

Black with #BF002A

Text Example


Text Example

White with #BF002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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