Html Css Color HEX #B3002D Venetian Red

📋 copy color: '#B3002D'

red 179 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #B3002D

Tints of Venetian Red #B3002D

RGB

 RED value IS 179 (70.31% from 255) = 79.91%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 79.91%
G = 0%
B = 20.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3002D (or 0xB3002D) is known color: Venetian Red. HEX triplet: B3, 00 and 2D. RGB value is (179,0,45). Sum of RGB (Red+Green+Blue) = 179+0+45=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B3002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3002D is #4CFFD2. Grayscale: #3A3A3A. Windows color (decimal): -5046227 or 2949299. OLE color: 2949299.

HSL color Cylindrical-coordinate representation of color #B3002D: hue angle of 344.92º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3002D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 45 -
CMYK 0 1 0.75 0.30
HSL 344.92º 1% 0.35% -
HSV(B) 344.92º 1% 0.7% -
XYZ 19.06 9.77 3.36 -
YUV 58.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 179 0 45 0 1 0.75 0.30 344.92 1 0.35
Hex B3 0 2D 0 64 4B 1E 159 64 23
Octal 263 0 55 0 144 113 36 531 144 43
Binary 10110011 0 101101 0 1100100 1001011 11110 101011001 1100100 100011

Color Harmonies of #B3002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3002D

Black with #B3002D

Text Example


Text Example

White with #B3002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3002D; }

 p { color: rgb(179,0,45); }

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

background-color css

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

 a { background-color: rgb(179,0,45); }

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

border-color css

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

 span { border-color: rgb(179,0,45); }

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