Html Css Color HEX #BF0225 Venetian Red

📋 copy color: '#BF0225'

red 191 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #BF0225

Tints of Venetian Red #BF0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 37 (14.84% from 255) = 16.09%

R = 83.04%
G = 0.87%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF0225 (or 0xBF0225) is known color: Venetian Red. HEX triplet: BF, 02 and 25. RGB value is (191,2,37). Sum of RGB (Red+Green+Blue) = 191+2+37=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0225 is #40FDDA. Grayscale: #3E3E3E. Windows color (decimal): -4259291 or 2425535. OLE color: 2425535.

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

Color convert

RGB 191 2 37 -
CMYK 0 0.99 0.81 0.25
HSL 348.89º 0.98% 0.38% -
HSV(B) 348.89º 0.99% 0.75% -
XYZ 21.84 11.25 2.77 -
YUV 62.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 191 2 37 0 0.99 0.81 0.25 348.89 0.98 0.38
Hex BF 2 25 0 63 51 19 15D 62 26
Octal 277 2 45 0 143 121 31 535 142 46
Binary 10111111 10 100101 0 1100011 1010001 11001 101011101 1100010 100110

Color Harmonies of #BF0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0225

Black with #BF0225

Text Example


Text Example

White with #BF0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0225; }

 p { color: rgb(191,2,37); }

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

background-color css

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

 a { background-color: rgb(191,2,37); }

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

border-color css

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

 span { border-color: rgb(191,2,37); }

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