Html Css Color HEX #BF0428 Venetian Red

📋 copy color: '#BF0428'

red 191 ◦ green 4 ◦ blue 40

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

Shades of Venetian Red #BF0428

Tints of Venetian Red #BF0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 40 (16.02% from 255) = 17.02%

R = 81.28%
G = 1.7%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF0428 (or 0xBF0428) is known color: Venetian Red. HEX triplet: BF, 04 and 28. RGB value is (191,4,40). Sum of RGB (Red+Green+Blue) = 191+4+40=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0428 is #40FBD7. Grayscale: #404040. Windows color (decimal): -4258776 or 2622655. OLE color: 2622655.

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

Color convert

RGB 191 4 40 -
CMYK 0 0.98 0.79 0.25
HSL 348.45º 0.96% 0.38% -
HSV(B) 348.45º 0.98% 0.75% -
XYZ 21.91 11.32 3.04 -
YUV 64.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 191 4 40 0 0.98 0.79 0.25 348.45 0.96 0.38
Hex BF 4 28 0 62 4F 19 15C 60 26
Octal 277 4 50 0 142 117 31 534 140 46
Binary 10111111 100 101000 0 1100010 1001111 11001 101011100 1100000 100110

Color Harmonies of #BF0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0428

Black with #BF0428

Text Example


Text Example

White with #BF0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0428; }

 p { color: rgb(191,4,40); }

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

background-color css

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

 a { background-color: rgb(191,4,40); }

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

border-color css

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

 span { border-color: rgb(191,4,40); }

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