Html Css Color HEX #B20D3A Cardinal

📋 copy color: '#B20D3A'

red 178 ◦ green 13 ◦ blue 58

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

Shades of Cardinal #B20D3A

Tints of Cardinal #B20D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 71.49%
G = 5.22%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B20D3A (or 0xB20D3A) is known color: Cardinal. HEX triplet: B2, 0D and 3A. RGB value is (178,13,58). Sum of RGB (Red+Green+Blue) = 178+13+58=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D3A is #4DF2C5. Grayscale: #434343. Windows color (decimal): -5108422 or 3804594. OLE color: 3804594.

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

Color convert

RGB 178 13 58 -
CMYK 0 0.93 0.67 0.30
HSL 343.64º 0.86% 0.37% -
HSV(B) 343.64º 0.93% 0.7% -
XYZ 19.27 10.06 4.93 -
YUV 67.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 178 13 58 0 0.93 0.67 0.30 343.64 0.86 0.37
Hex B2 D 3A 0 5D 43 1E 158 56 25
Octal 262 15 72 0 135 103 36 530 126 45
Binary 10110010 1101 111010 0 1011101 1000011 11110 101011000 1010110 100101

Color Harmonies of #B20D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D3A

Black with #B20D3A

Text Example


Text Example

White with #B20D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D3A; }

 p { color: rgb(178,13,58); }

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

background-color css

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

 a { background-color: rgb(178,13,58); }

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

border-color css

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

 span { border-color: rgb(178,13,58); }

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