Html Css Color HEX #B1013A Cardinal

📋 copy color: '#B1013A'

red 177 ◦ green 1 ◦ blue 58

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

Shades of Cardinal #B1013A

Tints of Cardinal #B1013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 75%
G = 0.42%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1013A (or 0xB1013A) is known color: Cardinal. HEX triplet: B1, 01 and 3A. RGB value is (177,1,58). Sum of RGB (Red+Green+Blue) = 177+1+58=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B1013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1013A is #4EFEC5. Grayscale: #3C3C3C. Windows color (decimal): -5177030 or 3801521. OLE color: 3801521.

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

Color convert

RGB 177 1 58 -
CMYK 0 0.99 0.67 0.31
HSL 340.57º 0.99% 0.35% -
HSV(B) 340.57º 0.99% 0.69% -
XYZ 18.91 9.67 4.87 -
YUV 60.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 177 1 58 0 0.99 0.67 0.31 340.57 0.99 0.35
Hex B1 1 3A 0 63 43 1F 155 63 23
Octal 261 1 72 0 143 103 37 525 143 43
Binary 10110001 1 111010 0 1100011 1000011 11111 101010101 1100011 100011

Color Harmonies of #B1013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1013A

Black with #B1013A

Text Example


Text Example

White with #B1013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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