Html Css Color HEX #BF0124 Venetian Red

📋 copy color: '#BF0124'

red 191 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #BF0124

Tints of Venetian Red #BF0124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 83.77%
G = 0.44%
B = 15.79%

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

#BF0124 (or 0xBF0124) is known color: Venetian Red. HEX triplet: BF, 01 and 24. RGB value is (191,1,36). Sum of RGB (Red+Green+Blue) = 191+1+36=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0124 is #40FEDB. Grayscale: #3D3D3D. Windows color (decimal): -4259548 or 2359743. OLE color: 2359743.

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

Color convert

RGB 191 1 36 -
CMYK 0 0.99 0.81 0.25
HSL 348.95º 0.99% 0.38% -
HSV(B) 348.95º 0.99% 0.75% -
XYZ 21.82 11.23 2.69 -
YUV 61.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 191 1 36 0 0.99 0.81 0.25 348.95 0.99 0.38
Hex BF 1 24 0 63 51 19 15D 63 26
Octal 277 1 44 0 143 121 31 535 143 46
Binary 10111111 1 100100 0 1100011 1010001 11001 101011101 1100011 100110

Color Harmonies of #BF0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0124

Black with #BF0124

Text Example


Text Example

White with #BF0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0124; }

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

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

background-color css

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

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

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

border-color css

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

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

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