Html Css Color HEX #B1093C Cardinal

📋 copy color: '#B1093C'

red 177 ◦ green 9 ◦ blue 60

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

Shades of Cardinal #B1093C

Tints of Cardinal #B1093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 71.95%
G = 3.66%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1093C (or 0xB1093C) is known color: Cardinal. HEX triplet: B1, 09 and 3C. RGB value is (177,9,60). Sum of RGB (Red+Green+Blue) = 177+9+60=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B1093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1093C is #4EF6C3. Grayscale: #414141. Windows color (decimal): -5174980 or 3934641. OLE color: 3934641.

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

Color convert

RGB 177 9 60 -
CMYK 0 0.95 0.66 0.31
HSL 341.79º 0.9% 0.36% -
HSV(B) 341.79º 0.95% 0.69% -
XYZ 19.04 9.87 5.18 -
YUV 65.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 177 9 60 0 0.95 0.66 0.31 341.79 0.9 0.36
Hex B1 9 3C 0 5F 42 1F 156 5A 24
Octal 261 11 74 0 137 102 37 526 132 44
Binary 10110001 1001 111100 0 1011111 1000010 11111 101010110 1011010 100100

Color Harmonies of #B1093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1093C

Black with #B1093C

Text Example


Text Example

White with #B1093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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