Html Css Color HEX #BF0422 Venetian Red

📋 copy color: '#BF0422'

red 191 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #BF0422

Tints of Venetian Red #BF0422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.85%

R = 83.41%
G = 1.75%
B = 14.85%

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

#BF0422 (or 0xBF0422) is known color: Venetian Red. HEX triplet: BF, 04 and 22. RGB value is (191,4,34). Sum of RGB (Red+Green+Blue) = 191+4+34=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0422 is #40FBDD. Grayscale: #3F3F3F. Windows color (decimal): -4258782 or 2229439. OLE color: 2229439.

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

Color convert

RGB 191 4 34 -
CMYK 0 0.98 0.82 0.25
HSL 350.37º 0.96% 0.38% -
HSV(B) 350.37º 0.98% 0.75% -
XYZ 21.82 11.28 2.54 -
YUV 63.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 191 4 34 0 0.98 0.82 0.25 350.37 0.96 0.38
Hex BF 4 22 0 62 52 19 15E 60 26
Octal 277 4 42 0 142 122 31 536 140 46
Binary 10111111 100 100010 0 1100010 1010010 11001 101011110 1100000 100110

Color Harmonies of #BF0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0422

Black with #BF0422

Text Example


Text Example

White with #BF0422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0422; }

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

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

background-color css

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

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

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

border-color css

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

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

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