Html Css Color HEX #BF0921 Venetian Red

📋 copy color: '#BF0921'

red 191 ◦ green 9 ◦ blue 33

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

Shades of Venetian Red #BF0921

Tints of Venetian Red #BF0921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 81.97%
G = 3.86%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0921 (or 0xBF0921) is known color: Venetian Red. HEX triplet: BF, 09 and 21. RGB value is (191,9,33). Sum of RGB (Red+Green+Blue) = 191+9+33=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0921 is #40F6DE. Grayscale: #424242. Windows color (decimal): -4257503 or 2165183. OLE color: 2165183.

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

Color convert

RGB 191 9 33 -
CMYK 0 0.95 0.83 0.25
HSL 352.09º 0.91% 0.39% -
HSV(B) 352.09º 0.95% 0.75% -
XYZ 21.86 11.38 2.48 -
YUV 66.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 191 9 33 0 0.95 0.83 0.25 352.09 0.91 0.39
Hex BF 9 21 0 5F 53 19 160 5B 27
Octal 277 11 41 0 137 123 31 540 133 47
Binary 10111111 1001 100001 0 1011111 1010011 11001 101100000 1011011 100111

Color Harmonies of #BF0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0921

Black with #BF0921

Text Example


Text Example

White with #BF0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0921; }

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

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

background-color css

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

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

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

border-color css

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

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

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