Html Css Color HEX #B12329 Cardinal

📋 copy color: '#B12329'

red 177 ◦ green 35 ◦ blue 41

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

Shades of Cardinal #B12329

Tints of Cardinal #B12329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 69.96%
G = 13.83%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B12329 (or 0xB12329) is known color: Cardinal. HEX triplet: B1, 23 and 29. RGB value is (177,35,41). Sum of RGB (Red+Green+Blue) = 177+35+41=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B12329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12329 is #4EDCD6. Grayscale: #4E4E4E. Windows color (decimal): -5168343 or 2696113. OLE color: 2696113.

HSL color Cylindrical-coordinate representation of color #B12329: hue angle of 357.46º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12329 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 41 -
CMYK 0 0.80 0.77 0.31
HSL 357.46º 0.67% 0.42% -
HSV(B) 357.46º 0.8% 0.69% -
XYZ 19.13 10.71 3.16 -
YUV 78.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 177 35 41 0 0.80 0.77 0.31 357.46 0.67 0.42
Hex B1 23 29 0 50 4D 1F 165 43 2A
Octal 261 43 51 0 120 115 37 545 103 52
Binary 10110001 100011 101001 0 1010000 1001101 11111 101100101 1000011 101010

Color Harmonies of #B12329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12329

Black with #B12329

Text Example


Text Example

White with #B12329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12329; }

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

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

background-color css

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

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

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

border-color css

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

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

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