Html Css Color HEX #B20D3E Cardinal

📋 copy color: '#B20D3E'

red 178 ◦ green 13 ◦ blue 62

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

Shades of Cardinal #B20D3E

Tints of Cardinal #B20D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 70.36%
G = 5.14%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B20D3E (or 0xB20D3E) is known color: Cardinal. HEX triplet: B2, 0D and 3E. RGB value is (178,13,62). Sum of RGB (Red+Green+Blue) = 178+13+62=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D3E is #4DF2C1. Grayscale: #434343. Windows color (decimal): -5108418 or 4066738. OLE color: 4066738.

HSL color Cylindrical-coordinate representation of color #B20D3E: hue angle of 342.18º 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 #B20D3E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 62 -
CMYK 0 0.93 0.65 0.30
HSL 342.18º 0.86% 0.37% -
HSV(B) 342.18º 0.93% 0.7% -
XYZ 19.37 10.1 5.49 -
YUV 67.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 178 13 62 0 0.93 0.65 0.30 342.18 0.86 0.37
Hex B2 D 3E 0 5D 41 1E 156 56 25
Octal 262 15 76 0 135 101 36 526 126 45
Binary 10110010 1101 111110 0 1011101 1000001 11110 101010110 1010110 100101

Color Harmonies of #B20D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D3E

Black with #B20D3E

Text Example


Text Example

White with #B20D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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