Html Css Color HEX #BF0125 Venetian Red

📋 copy color: '#BF0125'

red 191 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #BF0125

Tints of Venetian Red #BF0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 83.41%
G = 0.44%
B = 16.16%

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

#BF0125 (or 0xBF0125) is known color: Venetian Red. HEX triplet: BF, 01 and 25. RGB value is (191,1,37). Sum of RGB (Red+Green+Blue) = 191+1+37=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0125 is #40FEDA. Grayscale: #3D3D3D. Windows color (decimal): -4259547 or 2425279. OLE color: 2425279.

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

Color convert

RGB 191 1 37 -
CMYK 0 0.99 0.81 0.25
HSL 348.63º 0.99% 0.38% -
HSV(B) 348.63º 0.99% 0.75% -
XYZ 21.83 11.23 2.77 -
YUV 61.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 191 1 37 0 0.99 0.81 0.25 348.63 0.99 0.38
Hex BF 1 25 0 63 51 19 15D 63 26
Octal 277 1 45 0 143 121 31 535 143 46
Binary 10111111 1 100101 0 1100011 1010001 11001 101011101 1100011 100110

Color Harmonies of #BF0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0125

Black with #BF0125

Text Example


Text Example

White with #BF0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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