Html Css Color HEX #B1263E Cardinal

📋 copy color: '#B1263E'

red 177 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #B1263E

Tints of Cardinal #B1263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 63.9%
G = 13.72%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1263E (or 0xB1263E) is known color: Cardinal. HEX triplet: B1, 26 and 3E. RGB value is (177,38,62). Sum of RGB (Red+Green+Blue) = 177+38+62=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1263E is #4ED9C1. Grayscale: #525252. Windows color (decimal): -5167554 or 4073137. OLE color: 4073137.

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

Color convert

RGB 177 38 62 -
CMYK 0 0.79 0.65 0.31
HSL 349.64º 0.65% 0.42% -
HSV(B) 349.64º 0.79% 0.69% -
XYZ 19.69 11.08 5.66 -
YUV 82.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 177 38 62 0 0.79 0.65 0.31 349.64 0.65 0.42
Hex B1 26 3E 0 4F 41 1F 15E 41 2A
Octal 261 46 76 0 117 101 37 536 101 52
Binary 10110001 100110 111110 0 1001111 1000001 11111 101011110 1000001 101010

Color Harmonies of #B1263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1263E

Black with #B1263E

Text Example


Text Example

White with #B1263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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