Html Css Color HEX #B1253E Cardinal

📋 copy color: '#B1253E'

red 177 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #B1253E

Tints of Cardinal #B1253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 64.13%
G = 13.41%
B = 22.46%

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

#B1253E (or 0xB1253E) is known color: Cardinal. HEX triplet: B1, 25 and 3E. RGB value is (177,37,62). Sum of RGB (Red+Green+Blue) = 177+37+62=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1253E is #4EDAC1. Grayscale: #515151. Windows color (decimal): -5167810 or 4072881. OLE color: 4072881.

HSL color Cylindrical-coordinate representation of color #B1253E: hue angle of 349.29º 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 #B1253E is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 62 -
CMYK 0 0.79 0.65 0.31
HSL 349.29º 0.65% 0.42% -
HSV(B) 349.29º 0.79% 0.69% -
XYZ 19.66 11.02 5.65 -
YUV 81.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 177 37 62 0 0.79 0.65 0.31 349.29 0.65 0.42
Hex B1 25 3E 0 4F 41 1F 15D 41 2A
Octal 261 45 76 0 117 101 37 535 101 52
Binary 10110001 100101 111110 0 1001111 1000001 11111 101011101 1000001 101010

Color Harmonies of #B1253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1253E

Black with #B1253E

Text Example


Text Example

White with #B1253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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