Html Css Color HEX #BF0203 Venetian Red

📋 copy color: '#BF0203'

red 191 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #BF0203

Tints of Venetian Red #BF0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 3 (1.56% from 255) = 1.53%

R = 97.45%
G = 1.02%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF0203 (or 0xBF0203) is known color: Venetian Red. HEX triplet: BF, 02 and 03. RGB value is (191,2,3). Sum of RGB (Red+Green+Blue) = 191+2+3=196 (25% of max value = 765). Red value is 191 (75% from 255 or 97.45% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0203 is #40FDFC. Grayscale: #3A3A3A. Windows color (decimal): -4259325 or 197311. OLE color: 197311.

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

Color convert

RGB 191 2 3 -
CMYK 0 0.99 0.98 0.25
HSL 359.68º 0.98% 0.38% -
HSV(B) 359.68º 0.99% 0.75% -
XYZ 21.52 11.13 1.1 -
YUV 58.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 191 2 3 0 0.99 0.98 0.25 359.68 0.98 0.38
Hex BF 2 3 0 63 62 19 168 62 26
Octal 277 2 3 0 143 142 31 550 142 46
Binary 10111111 10 11 0 1100011 1100010 11001 101101000 1100010 100110

Color Harmonies of #BF0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0203

Black with #BF0203

Text Example


Text Example

White with #BF0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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