Html Css Color HEX #B1063B Cardinal

📋 copy color: '#B1063B'

red 177 ◦ green 6 ◦ blue 59

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

Shades of Cardinal #B1063B

Tints of Cardinal #B1063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

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

R = 73.14%
G = 2.48%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1063B (or 0xB1063B) is known color: Cardinal. HEX triplet: B1, 06 and 3B. RGB value is (177,6,59). Sum of RGB (Red+Green+Blue) = 177+6+59=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1063B is #4EF9C4. Grayscale: #3F3F3F. Windows color (decimal): -5175749 or 3868337. OLE color: 3868337.

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

Color convert

RGB 177 6 59 -
CMYK 0 0.97 0.67 0.31
HSL 341.4º 0.93% 0.36% -
HSV(B) 341.4º 0.97% 0.69% -
XYZ 18.99 9.79 5.03 -
YUV 63.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 177 6 59 0 0.97 0.67 0.31 341.4 0.93 0.36
Hex B1 6 3B 0 61 43 1F 155 5D 24
Octal 261 6 73 0 141 103 37 525 135 44
Binary 10110001 110 111011 0 1100001 1000011 11111 101010101 1011101 100100

Color Harmonies of #B1063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1063B

Black with #B1063B

Text Example


Text Example

White with #B1063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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