Html Css Color HEX #BF0924 Venetian Red

📋 copy color: '#BF0924'

red 191 ◦ green 9 ◦ blue 36

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

Shades of Venetian Red #BF0924

Tints of Venetian Red #BF0924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 80.93%
G = 3.81%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF0924 (or 0xBF0924) is known color: Venetian Red. HEX triplet: BF, 09 and 24. RGB value is (191,9,36). Sum of RGB (Red+Green+Blue) = 191+9+36=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0924 is #40F6DB. Grayscale: #424242. Windows color (decimal): -4257500 or 2361791. OLE color: 2361791.

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

Color convert

RGB 191 9 36 -
CMYK 0 0.95 0.81 0.25
HSL 351.1º 0.91% 0.39% -
HSV(B) 351.1º 0.95% 0.75% -
XYZ 21.9 11.4 2.71 -
YUV 66.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 191 9 36 0 0.95 0.81 0.25 351.1 0.91 0.39
Hex BF 9 24 0 5F 51 19 15F 5B 27
Octal 277 11 44 0 137 121 31 537 133 47
Binary 10111111 1001 100100 0 1011111 1010001 11001 101011111 1011011 100111

Color Harmonies of #BF0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0924

Black with #BF0924

Text Example


Text Example

White with #BF0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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