Html Css Color HEX #BF0323 Venetian Red

📋 copy color: '#BF0323'

red 191 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #BF0323

Tints of Venetian Red #BF0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 83.41%
G = 1.31%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF0323 (or 0xBF0323) is known color: Venetian Red. HEX triplet: BF, 03 and 23. RGB value is (191,3,35). Sum of RGB (Red+Green+Blue) = 191+3+35=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0323 is #40FCDC. Grayscale: #3E3E3E. Windows color (decimal): -4259037 or 2294719. OLE color: 2294719.

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

Color convert

RGB 191 3 35 -
CMYK 0 0.98 0.82 0.25
HSL 349.79º 0.97% 0.38% -
HSV(B) 349.79º 0.98% 0.75% -
XYZ 21.82 11.26 2.61 -
YUV 62.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 191 3 35 0 0.98 0.82 0.25 349.79 0.97 0.38
Hex BF 3 23 0 62 52 19 15E 61 26
Octal 277 3 43 0 142 122 31 536 141 46
Binary 10111111 11 100011 0 1100010 1010010 11001 101011110 1100001 100110

Color Harmonies of #BF0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0323

Black with #BF0323

Text Example


Text Example

White with #BF0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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