Html Css Color HEX #B20C2D Cardinal

📋 copy color: '#B20C2D'

red 178 ◦ green 12 ◦ blue 45

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

Shades of Cardinal #B20C2D

Tints of Cardinal #B20C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

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

R = 75.74%
G = 5.11%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B20C2D (or 0xB20C2D) is known color: Cardinal. HEX triplet: B2, 0C and 2D. RGB value is (178,12,45). Sum of RGB (Red+Green+Blue) = 178+12+45=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C2D is #4DF3D2. Grayscale: #414141. Windows color (decimal): -5108691 or 2952370. OLE color: 2952370.

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

Color convert

RGB 178 12 45 -
CMYK 0 0.93 0.75 0.30
HSL 348.07º 0.87% 0.37% -
HSV(B) 348.07º 0.93% 0.7% -
XYZ 18.97 9.92 3.4 -
YUV 65.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 178 12 45 0 0.93 0.75 0.30 348.07 0.87 0.37
Hex B2 C 2D 0 5D 4B 1E 15C 57 25
Octal 262 14 55 0 135 113 36 534 127 45
Binary 10110010 1100 101101 0 1011101 1001011 11110 101011100 1010111 100101

Color Harmonies of #B20C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C2D

Black with #B20C2D

Text Example


Text Example

White with #B20C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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