Html Css Color HEX #B20E2E Cardinal

📋 copy color: '#B20E2E'

red 178 ◦ green 14 ◦ blue 46

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

Shades of Cardinal #B20E2E

Tints of Cardinal #B20E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 74.79%
G = 5.88%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B20E2E (or 0xB20E2E) is known color: Cardinal. HEX triplet: B2, 0E and 2E. RGB value is (178,14,46). Sum of RGB (Red+Green+Blue) = 178+14+46=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E2E is #4DF1D1. Grayscale: #424242. Windows color (decimal): -5108178 or 3018418. OLE color: 3018418.

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

Color convert

RGB 178 14 46 -
CMYK 0 0.92 0.74 0.30
HSL 348.29º 0.85% 0.38% -
HSV(B) 348.29º 0.92% 0.7% -
XYZ 19.01 9.98 3.51 -
YUV 66.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 178 14 46 0 0.92 0.74 0.30 348.29 0.85 0.38
Hex B2 E 2E 0 5C 4A 1E 15C 55 26
Octal 262 16 56 0 134 112 36 534 125 46
Binary 10110010 1110 101110 0 1011100 1001010 11110 101011100 1010101 100110

Color Harmonies of #B20E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E2E

Black with #B20E2E

Text Example


Text Example

White with #B20E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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