Html Css Color HEX #B2103E Cardinal

📋 copy color: '#B2103E'

red 178 ◦ green 16 ◦ blue 62

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

Shades of Cardinal #B2103E

Tints of Cardinal #B2103E

RGB

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

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

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

R = 69.53%
G = 6.25%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2103E (or 0xB2103E) is known color: Cardinal. HEX triplet: B2, 10 and 3E. RGB value is (178,16,62). Sum of RGB (Red+Green+Blue) = 178+16+62=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2103E is #4DEFC1. Grayscale: #454545. Windows color (decimal): -5107650 or 4067506. OLE color: 4067506.

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

Color convert

RGB 178 16 62 -
CMYK 0 0.91 0.65 0.30
HSL 342.96º 0.84% 0.38% -
HSV(B) 342.96º 0.91% 0.7% -
XYZ 19.41 10.18 5.5 -
YUV 69.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 178 16 62 0 0.91 0.65 0.30 342.96 0.84 0.38
Hex B2 10 3E 0 5B 41 1E 157 54 26
Octal 262 20 76 0 133 101 36 527 124 46
Binary 10110010 10000 111110 0 1011011 1000001 11110 101010111 1010100 100110

Color Harmonies of #B2103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2103E

Black with #B2103E

Text Example


Text Example

White with #B2103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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