Html Css Color HEX #B12830 Cardinal

📋 copy color: '#B12830'

red 177 ◦ green 40 ◦ blue 48

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

Shades of Cardinal #B12830

Tints of Cardinal #B12830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 66.79%
G = 15.09%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B12830 (or 0xB12830) is known color: Cardinal. HEX triplet: B1, 28 and 30. RGB value is (177,40,48). Sum of RGB (Red+Green+Blue) = 177+40+48=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12830 is #4ED7CF. Grayscale: #515151. Windows color (decimal): -5167056 or 3156145. OLE color: 3156145.

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

Color convert

RGB 177 40 48 -
CMYK 0 0.77 0.73 0.31
HSL 356.5º 0.63% 0.43% -
HSV(B) 356.5º 0.77% 0.69% -
XYZ 19.42 11.08 3.91 -
YUV 81.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 177 40 48 0 0.77 0.73 0.31 356.5 0.63 0.43
Hex B1 28 30 0 4D 49 1F 164 3F 2B
Octal 261 50 60 0 115 111 37 544 77 53
Binary 10110001 101000 110000 0 1001101 1001001 11111 101100100 111111 101011

Color Harmonies of #B12830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12830

Black with #B12830

Text Example


Text Example

White with #B12830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12830; }

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

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

background-color css

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

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

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

border-color css

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

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

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