Html Css Color HEX #B11044 Cardinal

📋 copy color: '#B11044'

red 177 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #B11044

Tints of Cardinal #B11044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 68 (26.95% from 255) = 26.05%

R = 67.82%
G = 6.13%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B11044 (or 0xB11044) is known color: Cardinal. HEX triplet: B1, 10 and 44. RGB value is (177,16,68). Sum of RGB (Red+Green+Blue) = 177+16+68=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B11044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11044 is #4EEFBB. Grayscale: #464646. Windows color (decimal): -5173180 or 4460721. OLE color: 4460721.

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

Color convert

RGB 177 16 68 -
CMYK 0 0.91 0.62 0.31
HSL 340.62º 0.83% 0.38% -
HSV(B) 340.62º 0.91% 0.69% -
XYZ 19.36 10.14 6.4 -
YUV 70.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 177 16 68 0 0.91 0.62 0.31 340.62 0.83 0.38
Hex B1 10 44 0 5B 3E 1F 155 53 26
Octal 261 20 104 0 133 76 37 525 123 46
Binary 10110001 10000 1000100 0 1011011 111110 11111 101010101 1010011 100110

Color Harmonies of #B11044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11044

Black with #B11044

Text Example


Text Example

White with #B11044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11044; }

 p { color: rgb(177,16,68); }

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

background-color css

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

 a { background-color: rgb(177,16,68); }

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

border-color css

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

 span { border-color: rgb(177,16,68); }

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