Html Css Color HEX #B1123B Cardinal

📋 copy color: '#B1123B'

red 177 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #B1123B

Tints of Cardinal #B1123B

RGB

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

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

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

R = 69.69%
G = 7.09%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1123B (or 0xB1123B) is known color: Cardinal. HEX triplet: B1, 12 and 3B. RGB value is (177,18,59). Sum of RGB (Red+Green+Blue) = 177+18+59=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1123B is #4EEDC4. Grayscale: #464646. Windows color (decimal): -5172677 or 3871409. OLE color: 3871409.

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

Color convert

RGB 177 18 59 -
CMYK 0 0.90 0.67 0.31
HSL 344.53º 0.82% 0.38% -
HSV(B) 344.53º 0.9% 0.69% -
XYZ 19.14 10.1 5.08 -
YUV 70.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 177 18 59 0 0.90 0.67 0.31 344.53 0.82 0.38
Hex B1 12 3B 0 5A 43 1F 159 52 26
Octal 261 22 73 0 132 103 37 531 122 46
Binary 10110001 10010 111011 0 1011010 1000011 11111 101011001 1010010 100110

Color Harmonies of #B1123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1123B

Black with #B1123B

Text Example


Text Example

White with #B1123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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