Html Css Color HEX #B1223E Cardinal

📋 copy color: '#B1223E'

red 177 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #B1223E

Tints of Cardinal #B1223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 64.84%
G = 12.45%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1223E (or 0xB1223E) is known color: Cardinal. HEX triplet: B1, 22 and 3E. RGB value is (177,34,62). Sum of RGB (Red+Green+Blue) = 177+34+62=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1223E is #4EDDC1. Grayscale: #4F4F4F. Windows color (decimal): -5168578 or 4072113. OLE color: 4072113.

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

Color convert

RGB 177 34 62 -
CMYK 0 0.81 0.65 0.31
HSL 348.25º 0.68% 0.41% -
HSV(B) 348.25º 0.81% 0.69% -
XYZ 19.57 10.84 5.62 -
YUV 79.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 177 34 62 0 0.81 0.65 0.31 348.25 0.68 0.41
Hex B1 22 3E 0 51 41 1F 15C 44 29
Octal 261 42 76 0 121 101 37 534 104 51
Binary 10110001 100010 111110 0 1010001 1000001 11111 101011100 1000100 101001

Color Harmonies of #B1223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1223E

Black with #B1223E

Text Example


Text Example

White with #B1223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1223E; }

 p { color: rgb(177,34,62); }

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

background-color css

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

 a { background-color: rgb(177,34,62); }

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

border-color css

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

 span { border-color: rgb(177,34,62); }

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