Html Css Color HEX #BF0318 Venetian Red

📋 copy color: '#BF0318'

red 191 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #BF0318

Tints of Venetian Red #BF0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 87.61%
G = 1.38%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF0318 (or 0xBF0318) is known color: Venetian Red. HEX triplet: BF, 03 and 18. RGB value is (191,3,24). Sum of RGB (Red+Green+Blue) = 191+3+24=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0318 is #40FCE7. Grayscale: #3D3D3D. Windows color (decimal): -4259048 or 1573823. OLE color: 1573823.

HSL color Cylindrical-coordinate representation of color #BF0318: hue angle of 353.3º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0318 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 24 -
CMYK 0 0.98 0.87 0.25
HSL 353.3º 0.97% 0.38% -
HSV(B) 353.3º 0.98% 0.75% -
XYZ 21.68 11.21 1.88 -
YUV 61.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 191 3 24 0 0.98 0.87 0.25 353.3 0.97 0.38
Hex BF 3 18 0 62 57 19 161 61 26
Octal 277 3 30 0 142 127 31 541 141 46
Binary 10111111 11 11000 0 1100010 1010111 11001 101100001 1100001 100110

Color Harmonies of #BF0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0318

Black with #BF0318

Text Example


Text Example

White with #BF0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0318; }

 p { color: rgb(191,3,24); }

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

background-color css

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

 a { background-color: rgb(191,3,24); }

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

border-color css

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

 span { border-color: rgb(191,3,24); }

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