Html Css Color HEX #B1253A Cardinal

📋 copy color: '#B1253A'

red 177 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #B1253A

Tints of Cardinal #B1253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 65.07%
G = 13.6%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1253A (or 0xB1253A) is known color: Cardinal. HEX triplet: B1, 25 and 3A. RGB value is (177,37,58). Sum of RGB (Red+Green+Blue) = 177+37+58=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1253A is #4EDAC5. Grayscale: #515151. Windows color (decimal): -5167814 or 3810737. OLE color: 3810737.

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

Color convert

RGB 177 37 58 -
CMYK 0 0.79 0.67 0.31
HSL 351º 0.65% 0.42% -
HSV(B) 351º 0.79% 0.69% -
XYZ 19.56 10.98 5.09 -
YUV 81.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 177 37 58 0 0.79 0.67 0.31 351 0.65 0.42
Hex B1 25 3A 0 4F 43 1F 15F 41 2A
Octal 261 45 72 0 117 103 37 537 101 52
Binary 10110001 100101 111010 0 1001111 1000011 11111 101011111 1000001 101010

Color Harmonies of #B1253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1253A

Black with #B1253A

Text Example


Text Example

White with #B1253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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