Html Css Color HEX #B40326 Venetian Red

📋 copy color: '#B40326'

red 180 ◦ green 3 ◦ blue 38

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

Shades of Venetian Red #B40326

Tints of Venetian Red #B40326

RGB

 RED value IS 180 (70.7% from 255) = 81.45%

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

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 81.45%
G = 1.36%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B40326 (or 0xB40326) is known color: Venetian Red. HEX triplet: B4, 03 and 26. RGB value is (180,3,38). Sum of RGB (Red+Green+Blue) = 180+3+38=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40326 is #4BFCD9. Grayscale: #3B3B3B. Windows color (decimal): -4979930 or 2491316. OLE color: 2491316.

HSL color Cylindrical-coordinate representation of color #B40326: hue angle of 348.14º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40326 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 38 -
CMYK 0 0.98 0.79 0.29
HSL 348.14º 0.97% 0.36% -
HSV(B) 348.14º 0.98% 0.71% -
XYZ 19.2 9.91 2.73 -
YUV 59.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 180 3 38 0 0.98 0.79 0.29 348.14 0.97 0.36
Hex B4 3 26 0 62 4F 1D 15C 61 24
Octal 264 3 46 0 142 117 35 534 141 44
Binary 10110100 11 100110 0 1100010 1001111 11101 101011100 1100001 100100

Color Harmonies of #B40326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40326

Black with #B40326

Text Example


Text Example

White with #B40326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40326; }

 p { color: rgb(180,3,38); }

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

background-color css

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

 a { background-color: rgb(180,3,38); }

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

border-color css

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

 span { border-color: rgb(180,3,38); }

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