Html Css Color HEX #B40321 Venetian Red

📋 copy color: '#B40321'

red 180 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #B40321

Tints of Venetian Red #B40321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 83.33%
G = 1.39%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B40321 (or 0xB40321) is known color: Venetian Red. HEX triplet: B4, 03 and 21. RGB value is (180,3,33). Sum of RGB (Red+Green+Blue) = 180+3+33=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B40321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40321 is #4BFCDE. Grayscale: #3B3B3B. Windows color (decimal): -4979935 or 2163636. OLE color: 2163636.

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

Color convert

RGB 180 3 33 -
CMYK 0 0.98 0.82 0.29
HSL 349.83º 0.97% 0.36% -
HSV(B) 349.83º 0.98% 0.71% -
XYZ 19.13 9.88 2.34 -
YUV 59.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 180 3 33 0 0.98 0.82 0.29 349.83 0.97 0.36
Hex B4 3 21 0 62 52 1D 15E 61 24
Octal 264 3 41 0 142 122 35 536 141 44
Binary 10110100 11 100001 0 1100010 1010010 11101 101011110 1100001 100100

Color Harmonies of #B40321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40321

Black with #B40321

Text Example


Text Example

White with #B40321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40321; }

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

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

background-color css

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

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

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

border-color css

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

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

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