Html Css Color HEX #B4010D Venetian Red

📋 copy color: '#B4010D'

red 180 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #B4010D

Tints of Venetian Red #B4010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 92.78%
G = 0.52%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4010D (or 0xB4010D) is known color: Venetian Red. HEX triplet: B4, 01 and 0D. RGB value is (180,1,13). Sum of RGB (Red+Green+Blue) = 180+1+13=194 (25% of max value = 765). Red value is 180 (70.70% from 255 or 92.78% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 180 - color contains mainly: red. Hex color #B4010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4010D is #4BFEF2. Grayscale: #383838. Windows color (decimal): -4980467 or 852404. OLE color: 852404.

HSL color Cylindrical-coordinate representation of color #B4010D: hue angle of 355.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 #B4010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 13 -
CMYK 0 0.99 0.93 0.29
HSL 355.98º 0.99% 0.35% -
HSV(B) 355.98º 0.99% 0.71% -
XYZ 18.91 9.75 1.27 -
YUV 55.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 180 1 13 0 0.99 0.93 0.29 355.98 0.99 0.35
Hex B4 1 D 0 63 5D 1D 164 63 23
Octal 264 1 15 0 143 135 35 544 143 43
Binary 10110100 1 1101 0 1100011 1011101 11101 101100100 1100011 100011

Color Harmonies of #B4010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4010D

Black with #B4010D

Text Example


Text Example

White with #B4010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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