Html Css Color HEX #B2030C Venetian Red

📋 copy color: '#B2030C'

red 178 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #B2030C

Tints of Venetian Red #B2030C

RGB

 RED value IS 178 (69.92% from 255) = 92.23%

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

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 92.23%
G = 1.55%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2030C (or 0xB2030C) is known color: Venetian Red. HEX triplet: B2, 03 and 0C. RGB value is (178,3,12). Sum of RGB (Red+Green+Blue) = 178+3+12=193 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.23% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 178 - color contains mainly: red. Hex color #B2030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2030C is #4DFCF3. Grayscale: #383838. Windows color (decimal): -5111028 or 787378. OLE color: 787378.

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

Color convert

RGB 178 3 12 -
CMYK 0 0.98 0.93 0.30
HSL 356.91º 0.97% 0.35% -
HSV(B) 356.91º 0.98% 0.7% -
XYZ 18.46 9.56 1.22 -
YUV 56.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 178 3 12 0 0.98 0.93 0.30 356.91 0.97 0.35
Hex B2 3 C 0 62 5D 1E 165 61 23
Octal 262 3 14 0 142 135 36 545 141 43
Binary 10110010 11 1100 0 1100010 1011101 11110 101100101 1100001 100011

Color Harmonies of #B2030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2030C

Black with #B2030C

Text Example


Text Example

White with #B2030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2030C; }

 p { color: rgb(178,3,12); }

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

background-color css

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

 a { background-color: rgb(178,3,12); }

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

border-color css

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

 span { border-color: rgb(178,3,12); }

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