Html Css Color HEX #B01422 Venetian Red

📋 copy color: '#B01422'

red 176 ◦ green 20 ◦ blue 34

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

Shades of Venetian Red #B01422

Tints of Venetian Red #B01422

RGB

 RED value IS 176 (69.14% from 255) = 76.52%

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 76.52%
G = 8.7%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B01422 (or 0xB01422) is known color: Venetian Red. HEX triplet: B0, 14 and 22. RGB value is (176,20,34). Sum of RGB (Red+Green+Blue) = 176+20+34=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B01422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01422 is #4FEBDD. Grayscale: #444444. Windows color (decimal): -5237726 or 2233520. OLE color: 2233520.

HSL color Cylindrical-coordinate representation of color #B01422: hue angle of 354.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01422 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 34 -
CMYK 0 0.89 0.81 0.31
HSL 354.62º 0.8% 0.38% -
HSV(B) 354.62º 0.89% 0.69% -
XYZ 18.44 9.85 2.44 -
YUV 68.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 176 20 34 0 0.89 0.81 0.31 354.62 0.8 0.38
Hex B0 14 22 0 59 51 1F 163 50 26
Octal 260 24 42 0 131 121 37 543 120 46
Binary 10110000 10100 100010 0 1011001 1010001 11111 101100011 1010000 100110

Color Harmonies of #B01422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01422

Black with #B01422

Text Example


Text Example

White with #B01422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01422; }

 p { color: rgb(176,20,34); }

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

background-color css

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

 a { background-color: rgb(176,20,34); }

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

border-color css

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

 span { border-color: rgb(176,20,34); }

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