Html Css Color HEX #B1123E Cardinal

📋 copy color: '#B1123E'

red 177 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #B1123E

Tints of Cardinal #B1123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 68.87%
G = 7%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1123E (or 0xB1123E) is known color: Cardinal. HEX triplet: B1, 12 and 3E. RGB value is (177,18,62). Sum of RGB (Red+Green+Blue) = 177+18+62=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1123E is #4EEDC1. Grayscale: #464646. Windows color (decimal): -5172674 or 4068017. OLE color: 4068017.

HSL color Cylindrical-coordinate representation of color #B1123E: hue angle of 343.4º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1123E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 62 -
CMYK 0 0.90 0.65 0.31
HSL 343.4º 0.82% 0.38% -
HSV(B) 343.4º 0.9% 0.69% -
XYZ 19.22 10.13 5.5 -
YUV 70.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 177 18 62 0 0.90 0.65 0.31 343.4 0.82 0.38
Hex B1 12 3E 0 5A 41 1F 157 52 26
Octal 261 22 76 0 132 101 37 527 122 46
Binary 10110001 10010 111110 0 1011010 1000001 11111 101010111 1010010 100110

Color Harmonies of #B1123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1123E

Black with #B1123E

Text Example


Text Example

White with #B1123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1123E; }

 p { color: rgb(177,18,62); }

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

background-color css

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

 a { background-color: rgb(177,18,62); }

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

border-color css

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

 span { border-color: rgb(177,18,62); }

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