Html Css Color HEX #B2103B Cardinal

📋 copy color: '#B2103B'

red 178 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #B2103B

Tints of Cardinal #B2103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 70.36%
G = 6.32%
B = 23.32%

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

#B2103B (or 0xB2103B) is known color: Cardinal. HEX triplet: B2, 10 and 3B. RGB value is (178,16,59). Sum of RGB (Red+Green+Blue) = 178+16+59=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2103B is #4DEFC4. Grayscale: #454545. Windows color (decimal): -5107653 or 3870898. OLE color: 3870898.

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

Color convert

RGB 178 16 59 -
CMYK 0 0.91 0.67 0.30
HSL 344.07º 0.84% 0.38% -
HSV(B) 344.07º 0.91% 0.7% -
XYZ 19.33 10.15 5.08 -
YUV 69.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 178 16 59 0 0.91 0.67 0.30 344.07 0.84 0.38
Hex B2 10 3B 0 5B 43 1E 158 54 26
Octal 262 20 73 0 133 103 36 530 124 46
Binary 10110010 10000 111011 0 1011011 1000011 11110 101011000 1010100 100110

Color Harmonies of #B2103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2103B

Black with #B2103B

Text Example


Text Example

White with #B2103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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