Html Css Color HEX #B12834 Cardinal

📋 copy color: '#B12834'

red 177 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #B12834

Tints of Cardinal #B12834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 65.8%
G = 14.87%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12834 (or 0xB12834) is known color: Cardinal. HEX triplet: B1, 28 and 34. RGB value is (177,40,52). Sum of RGB (Red+Green+Blue) = 177+40+52=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12834 is #4ED7CB. Grayscale: #525252. Windows color (decimal): -5167052 or 3418289. OLE color: 3418289.

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

Color convert

RGB 177 40 52 -
CMYK 0 0.77 0.71 0.31
HSL 354.74º 0.63% 0.43% -
HSV(B) 354.74º 0.77% 0.69% -
XYZ 19.51 11.11 4.37 -
YUV 82.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 177 40 52 0 0.77 0.71 0.31 354.74 0.63 0.43
Hex B1 28 34 0 4D 47 1F 163 3F 2B
Octal 261 50 64 0 115 107 37 543 77 53
Binary 10110001 101000 110100 0 1001101 1000111 11111 101100011 111111 101011

Color Harmonies of #B12834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12834

Black with #B12834

Text Example


Text Example

White with #B12834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12834; }

 p { color: rgb(177,40,52); }

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

background-color css

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

 a { background-color: rgb(177,40,52); }

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

border-color css

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

 span { border-color: rgb(177,40,52); }

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