Html Css Color HEX #B4010A Venetian Red

📋 copy color: '#B4010A'

red 180 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #B4010A

Tints of Venetian Red #B4010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 94.24%
G = 0.52%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4010A (or 0xB4010A) is known color: Venetian Red. HEX triplet: B4, 01 and 0A. RGB value is (180,1,10). Sum of RGB (Red+Green+Blue) = 180+1+10=191 (25% of max value = 765). Red value is 180 (70.70% from 255 or 94.24% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 180 - color contains mainly: red. Hex color #B4010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4010A is #4BFEF5. Grayscale: #373737. Windows color (decimal): -4980470 or 655796. OLE color: 655796.

HSL color Cylindrical-coordinate representation of color #B4010A: hue angle of 356.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4010A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 10 -
CMYK 0 0.99 0.94 0.29
HSL 356.98º 0.99% 0.35% -
HSV(B) 356.98º 0.99% 0.71% -
XYZ 18.89 9.75 1.17 -
YUV 55.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 180 1 10 0 0.99 0.94 0.29 356.98 0.99 0.35
Hex B4 1 A 0 63 5E 1D 165 63 23
Octal 264 1 12 0 143 136 35 545 143 43
Binary 10110100 1 1010 0 1100011 1011110 11101 101100101 1100011 100011

Color Harmonies of #B4010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4010A

Black with #B4010A

Text Example


Text Example

White with #B4010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4010A; }

 p { color: rgb(180,1,10); }

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

background-color css

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

 a { background-color: rgb(180,1,10); }

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

border-color css

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

 span { border-color: rgb(180,1,10); }

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