Html Css Color HEX #BF0825 Venetian Red

📋 copy color: '#BF0825'

red 191 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #BF0825

Tints of Venetian Red #BF0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 80.93%
G = 3.39%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF0825 (or 0xBF0825) is known color: Venetian Red. HEX triplet: BF, 08 and 25. RGB value is (191,8,37). Sum of RGB (Red+Green+Blue) = 191+8+37=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0825 is #40F7DA. Grayscale: #424242. Windows color (decimal): -4257755 or 2427071. OLE color: 2427071.

HSL color Cylindrical-coordinate representation of color #BF0825: hue angle of 350.49º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0825 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 37 -
CMYK 0 0.96 0.81 0.25
HSL 350.49º 0.92% 0.39% -
HSV(B) 350.49º 0.96% 0.75% -
XYZ 21.91 11.38 2.79 -
YUV 66.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 191 8 37 0 0.96 0.81 0.25 350.49 0.92 0.39
Hex BF 8 25 0 60 51 19 15E 5C 27
Octal 277 10 45 0 140 121 31 536 134 47
Binary 10111111 1000 100101 0 1100000 1010001 11001 101011110 1011100 100111

Color Harmonies of #BF0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0825

Black with #BF0825

Text Example


Text Example

White with #BF0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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