Html Css Color HEX #B20E2D Cardinal

📋 copy color: '#B20E2D'

red 178 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #B20E2D

Tints of Cardinal #B20E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

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

R = 75.11%
G = 5.91%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B20E2D (or 0xB20E2D) is known color: Cardinal. HEX triplet: B2, 0E and 2D. RGB value is (178,14,45). Sum of RGB (Red+Green+Blue) = 178+14+45=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E2D is #4DF1D2. Grayscale: #424242. Windows color (decimal): -5108179 or 2952882. OLE color: 2952882.

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

Color convert

RGB 178 14 45 -
CMYK 0 0.92 0.75 0.30
HSL 348.66º 0.85% 0.38% -
HSV(B) 348.66º 0.92% 0.7% -
XYZ 18.99 9.97 3.41 -
YUV 66.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 178 14 45 0 0.92 0.75 0.30 348.66 0.85 0.38
Hex B2 E 2D 0 5C 4B 1E 15D 55 26
Octal 262 16 55 0 134 113 36 535 125 46
Binary 10110010 1110 101101 0 1011100 1001011 11110 101011101 1010101 100110

Color Harmonies of #B20E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E2D

Black with #B20E2D

Text Example


Text Example

White with #B20E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E2D; }

 p { color: rgb(178,14,45); }

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

background-color css

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

 a { background-color: rgb(178,14,45); }

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

border-color css

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

 span { border-color: rgb(178,14,45); }

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