Html Css Color HEX #B11C38 Cardinal

📋 copy color: '#B11C38'

red 177 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #B11C38

Tints of Cardinal #B11C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.73%

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 67.82%
G = 10.73%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B11C38 (or 0xB11C38) is known color: Cardinal. HEX triplet: B1, 1C and 38. RGB value is (177,28,56). Sum of RGB (Red+Green+Blue) = 177+28+56=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C38 is #4EE3C7. Grayscale: #4B4B4B. Windows color (decimal): -5170120 or 3677361. OLE color: 3677361.

HSL color Cylindrical-coordinate representation of color #B11C38: hue angle of 348.72º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C38 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 56 -
CMYK 0 0.84 0.68 0.31
HSL 348.72º 0.73% 0.4% -
HSV(B) 348.72º 0.84% 0.69% -
XYZ 19.26 10.46 4.75 -
YUV 75.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 177 28 56 0 0.84 0.68 0.31 348.72 0.73 0.4
Hex B1 1C 38 0 54 44 1F 15D 49 28
Octal 261 34 70 0 124 104 37 535 111 50
Binary 10110001 11100 111000 0 1010100 1000100 11111 101011101 1001001 101000

Color Harmonies of #B11C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C38

Black with #B11C38

Text Example


Text Example

White with #B11C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C38; }

 p { color: rgb(177,28,56); }

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

background-color css

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

 a { background-color: rgb(177,28,56); }

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

border-color css

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

 span { border-color: rgb(177,28,56); }

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