Html Css Color HEX #BF0308 Venetian Red

📋 copy color: '#BF0308'

red 191 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #BF0308

Tints of Venetian Red #BF0308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.96%

R = 94.55%
G = 1.49%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF0308 (or 0xBF0308) is known color: Venetian Red. HEX triplet: BF, 03 and 08. RGB value is (191,3,8). Sum of RGB (Red+Green+Blue) = 191+3+8=202 (26% of max value = 765). Red value is 191 (75% from 255 or 94.55% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0308 is #40FCF7. Grayscale: #3B3B3B. Windows color (decimal): -4259064 or 525247. OLE color: 525247.

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

Color convert

RGB 191 3 8 -
CMYK 0 0.98 0.96 0.25
HSL 358.4º 0.97% 0.38% -
HSV(B) 358.4º 0.98% 0.75% -
XYZ 21.56 11.16 1.25 -
YUV 59.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 191 3 8 0 0.98 0.96 0.25 358.4 0.97 0.38
Hex BF 3 8 0 62 60 19 166 61 26
Octal 277 3 10 0 142 140 31 546 141 46
Binary 10111111 11 1000 0 1100010 1100000 11001 101100110 1100001 100110

Color Harmonies of #BF0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0308

Black with #BF0308

Text Example


Text Example

White with #BF0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0308; }

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

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

background-color css

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

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

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

border-color css

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

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

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