Html Css Color HEX #B1283C Cardinal

📋 copy color: '#B1283C'

red 177 ◦ green 40 ◦ blue 60

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

Shades of Cardinal #B1283C

Tints of Cardinal #B1283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 63.9%
G = 14.44%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1283C (or 0xB1283C) is known color: Cardinal. HEX triplet: B1, 28 and 3C. RGB value is (177,40,60). Sum of RGB (Red+Green+Blue) = 177+40+60=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1283C is #4ED7C3. Grayscale: #535353. Windows color (decimal): -5167044 or 3942577. OLE color: 3942577.

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

Color convert

RGB 177 40 60 -
CMYK 0 0.77 0.66 0.31
HSL 351.24º 0.63% 0.43% -
HSV(B) 351.24º 0.77% 0.69% -
XYZ 19.71 11.19 5.4 -
YUV 83.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 177 40 60 0 0.77 0.66 0.31 351.24 0.63 0.43
Hex B1 28 3C 0 4D 42 1F 15F 3F 2B
Octal 261 50 74 0 115 102 37 537 77 53
Binary 10110001 101000 111100 0 1001101 1000010 11111 101011111 111111 101011

Color Harmonies of #B1283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1283C

Black with #B1283C

Text Example


Text Example

White with #B1283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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