Html Css Color HEX #B12527 Cardinal

📋 copy color: '#B12527'

red 177 ◦ green 37 ◦ blue 39

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

Shades of Cardinal #B12527

Tints of Cardinal #B12527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 69.96%
G = 14.62%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12527 (or 0xB12527) is known color: Cardinal. HEX triplet: B1, 25 and 27. RGB value is (177,37,39). Sum of RGB (Red+Green+Blue) = 177+37+39=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B12527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12527 is #4EDAD8. Grayscale: #4F4F4F. Windows color (decimal): -5167833 or 2565553. OLE color: 2565553.

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

Color convert

RGB 177 37 39 -
CMYK 0 0.79 0.78 0.31
HSL 359.14º 0.65% 0.42% -
HSV(B) 359.14º 0.79% 0.69% -
XYZ 19.16 10.82 3 -
YUV 79.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 177 37 39 0 0.79 0.78 0.31 359.14 0.65 0.42
Hex B1 25 27 0 4F 4E 1F 167 41 2A
Octal 261 45 47 0 117 116 37 547 101 52
Binary 10110001 100101 100111 0 1001111 1001110 11111 101100111 1000001 101010

Color Harmonies of #B12527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12527

Black with #B12527

Text Example


Text Example

White with #B12527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12527; }

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

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

background-color css

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

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

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

border-color css

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

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

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