Html Css Color HEX #B2103A Cardinal

📋 copy color: '#B2103A'

red 178 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #B2103A

Tints of Cardinal #B2103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 70.63%
G = 6.35%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2103A (or 0xB2103A) is known color: Cardinal. HEX triplet: B2, 10 and 3A. RGB value is (178,16,58). Sum of RGB (Red+Green+Blue) = 178+16+58=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B2103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2103A is #4DEFC5. Grayscale: #454545. Windows color (decimal): -5107654 or 3805362. OLE color: 3805362.

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

Color convert

RGB 178 16 58 -
CMYK 0 0.91 0.67 0.30
HSL 344.44º 0.84% 0.38% -
HSV(B) 344.44º 0.91% 0.7% -
XYZ 19.31 10.14 4.94 -
YUV 69.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 178 16 58 0 0.91 0.67 0.30 344.44 0.84 0.38
Hex B2 10 3A 0 5B 43 1E 158 54 26
Octal 262 20 72 0 133 103 36 530 124 46
Binary 10110010 10000 111010 0 1011011 1000011 11110 101011000 1010100 100110

Color Harmonies of #B2103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2103A

Black with #B2103A

Text Example


Text Example

White with #B2103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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