Html Css Color HEX #B1123C Cardinal

📋 copy color: '#B1123C'

red 177 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #B1123C

Tints of Cardinal #B1123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 69.41%
G = 7.06%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1123C (or 0xB1123C) is known color: Cardinal. HEX triplet: B1, 12 and 3C. RGB value is (177,18,60). Sum of RGB (Red+Green+Blue) = 177+18+60=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1123C is #4EEDC3. Grayscale: #464646. Windows color (decimal): -5172676 or 3936945. OLE color: 3936945.

HSL color Cylindrical-coordinate representation of color #B1123C: hue angle of 344.15º 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 #B1123C is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 60 -
CMYK 0 0.90 0.66 0.31
HSL 344.15º 0.82% 0.38% -
HSV(B) 344.15º 0.9% 0.69% -
XYZ 19.16 10.11 5.22 -
YUV 70.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 177 18 60 0 0.90 0.66 0.31 344.15 0.82 0.38
Hex B1 12 3C 0 5A 42 1F 158 52 26
Octal 261 22 74 0 132 102 37 530 122 46
Binary 10110001 10010 111100 0 1011010 1000010 11111 101011000 1010010 100110

Color Harmonies of #B1123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1123C

Black with #B1123C

Text Example


Text Example

White with #B1123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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