Html Css Color HEX #B1103A Cardinal

📋 copy color: '#B1103A'

red 177 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #B1103A

Tints of Cardinal #B1103A

RGB

 RED value IS 177 (69.53% from 255) = 70.52%

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

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

R = 70.52%
G = 6.37%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1103A (or 0xB1103A) is known color: Cardinal. HEX triplet: B1, 10 and 3A. RGB value is (177,16,58). Sum of RGB (Red+Green+Blue) = 177+16+58=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B1103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1103A is #4EEFC5. Grayscale: #444444. Windows color (decimal): -5173190 or 3805361. OLE color: 3805361.

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

Color convert

RGB 177 16 58 -
CMYK 0 0.91 0.67 0.31
HSL 344.35º 0.83% 0.38% -
HSV(B) 344.35º 0.91% 0.69% -
XYZ 19.08 10.02 4.93 -
YUV 68.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 177 16 58 0 0.91 0.67 0.31 344.35 0.83 0.38
Hex B1 10 3A 0 5B 43 1F 158 53 26
Octal 261 20 72 0 133 103 37 530 123 46
Binary 10110001 10000 111010 0 1011011 1000011 11111 101011000 1010011 100110

Color Harmonies of #B1103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1103A

Black with #B1103A

Text Example


Text Example

White with #B1103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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