Html Css Color HEX #B80326 Venetian Red

📋 copy color: '#B80326'

red 184 ◦ green 3 ◦ blue 38

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

Shades of Venetian Red #B80326

Tints of Venetian Red #B80326

RGB

 RED value IS 184 (72.27% from 255) = 81.78%

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

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

R = 81.78%
G = 1.33%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B80326 (or 0xB80326) is known color: Venetian Red. HEX triplet: B8, 03 and 26. RGB value is (184,3,38). Sum of RGB (Red+Green+Blue) = 184+3+38=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B80326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80326 is #47FCD9. Grayscale: #3D3D3D. Windows color (decimal): -4717786 or 2491320. OLE color: 2491320.

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

Color convert

RGB 184 3 38 -
CMYK 0 0.98 0.79 0.28
HSL 348.4º 0.97% 0.37% -
HSV(B) 348.4º 0.98% 0.72% -
XYZ 20.15 10.4 2.78 -
YUV 61.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 184 3 38 0 0.98 0.79 0.28 348.4 0.97 0.37
Hex B8 3 26 0 62 4F 1C 15C 61 25
Octal 270 3 46 0 142 117 34 534 141 45
Binary 10111000 11 100110 0 1100010 1001111 11100 101011100 1100001 100101

Color Harmonies of #B80326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80326

Black with #B80326

Text Example


Text Example

White with #B80326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80326; }

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

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

background-color css

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

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

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

border-color css

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

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

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