Html Css Color HEX #B11328 Cardinal

📋 copy color: '#B11328'

red 177 ◦ green 19 ◦ blue 40

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

Shades of Cardinal #B11328

Tints of Cardinal #B11328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 75%
G = 8.05%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B11328 (or 0xB11328) is known color: Cardinal. HEX triplet: B1, 13 and 28. RGB value is (177,19,40). Sum of RGB (Red+Green+Blue) = 177+19+40=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11328 is #4EECD7. Grayscale: #444444. Windows color (decimal): -5172440 or 2626481. OLE color: 2626481.

HSL color Cylindrical-coordinate representation of color #B11328: hue angle of 352.03º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11328 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 40 -
CMYK 0 0.89 0.77 0.31
HSL 352.03º 0.81% 0.38% -
HSV(B) 352.03º 0.89% 0.69% -
XYZ 18.75 9.97 2.94 -
YUV 68.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 177 19 40 0 0.89 0.77 0.31 352.03 0.81 0.38
Hex B1 13 28 0 59 4D 1F 160 51 26
Octal 261 23 50 0 131 115 37 540 121 46
Binary 10110001 10011 101000 0 1011001 1001101 11111 101100000 1010001 100110

Color Harmonies of #B11328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11328

Black with #B11328

Text Example


Text Example

White with #B11328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11328; }

 p { color: rgb(177,19,40); }

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

background-color css

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

 a { background-color: rgb(177,19,40); }

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

border-color css

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

 span { border-color: rgb(177,19,40); }

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