Html Css Color HEX #B4010F Venetian Red

📋 copy color: '#B4010F'

red 180 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #B4010F

Tints of Venetian Red #B4010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 91.84%
G = 0.51%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4010F (or 0xB4010F) is known color: Venetian Red. HEX triplet: B4, 01 and 0F. RGB value is (180,1,15). Sum of RGB (Red+Green+Blue) = 180+1+15=196 (25% of max value = 765). Red value is 180 (70.70% from 255 or 91.84% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 180 - color contains mainly: red. Hex color #B4010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4010F is #4BFEF0. Grayscale: #383838. Windows color (decimal): -4980465 or 983476. OLE color: 983476.

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

Color convert

RGB 180 1 15 -
CMYK 0 0.99 0.92 0.29
HSL 355.31º 0.99% 0.35% -
HSV(B) 355.31º 0.99% 0.71% -
XYZ 18.92 9.76 1.34 -
YUV 56.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 180 1 15 0 0.99 0.92 0.29 355.31 0.99 0.35
Hex B4 1 F 0 63 5C 1D 163 63 23
Octal 264 1 17 0 143 134 35 543 143 43
Binary 10110100 1 1111 0 1100011 1011100 11101 101100011 1100011 100011

Color Harmonies of #B4010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4010F

Black with #B4010F

Text Example


Text Example

White with #B4010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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