Html Css Color HEX #B12935 Cardinal

📋 copy color: '#B12935'

red 177 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #B12935

Tints of Cardinal #B12935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 65.31%
G = 15.13%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B12935 (or 0xB12935) is known color: Cardinal. HEX triplet: B1, 29 and 35. RGB value is (177,41,53). Sum of RGB (Red+Green+Blue) = 177+41+53=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B12935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12935 is #4ED6CA. Grayscale: #535353. Windows color (decimal): -5166795 or 3484081. OLE color: 3484081.

HSL color Cylindrical-coordinate representation of color #B12935: hue angle of 354.71º degrees, saturation: 0.62, 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 #B12935 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 41 53 -
CMYK 0 0.77 0.70 0.31
HSL 354.71º 0.62% 0.43% -
HSV(B) 354.71º 0.77% 0.69% -
XYZ 19.57 11.19 4.5 -
YUV 83.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 177 41 53 0 0.77 0.70 0.31 354.71 0.62 0.43
Hex B1 29 35 0 4D 46 1F 163 3E 2B
Octal 261 51 65 0 115 106 37 543 76 53
Binary 10110001 101001 110101 0 1001101 1000110 11111 101100011 111110 101011

Color Harmonies of #B12935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12935

Black with #B12935

Text Example


Text Example

White with #B12935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12935; }

 p { color: rgb(177,41,53); }

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

background-color css

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

 a { background-color: rgb(177,41,53); }

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

border-color css

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

 span { border-color: rgb(177,41,53); }

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