Html Css Color HEX #B61129 Cardinal

📋 copy color: '#B61129'

red 182 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #B61129

Tints of Cardinal #B61129

RGB

 RED value IS 182 (71.48% from 255) = 75.83%

 GREEN value IS 17 (7.03% from 255) = 7.08%

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

R = 75.83%
G = 7.08%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B61129 (or 0xB61129) is known color: Cardinal. HEX triplet: B6, 11 and 29. RGB value is (182,17,41). Sum of RGB (Red+Green+Blue) = 182+17+41=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B61129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61129 is #49EED6. Grayscale: #454545. Windows color (decimal): -4845271 or 2691510. OLE color: 2691510.

HSL color Cylindrical-coordinate representation of color #B61129: hue angle of 351.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61129 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 41 -
CMYK 0 0.91 0.77 0.29
HSL 351.27º 0.83% 0.39% -
HSV(B) 351.27º 0.91% 0.71% -
XYZ 19.89 10.51 3.08 -
YUV 69.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 182 17 41 0 0.91 0.77 0.29 351.27 0.83 0.39
Hex B6 11 29 0 5B 4D 1D 15F 53 27
Octal 266 21 51 0 133 115 35 537 123 47
Binary 10110110 10001 101001 0 1011011 1001101 11101 101011111 1010011 100111

Color Harmonies of #B61129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61129

Black with #B61129

Text Example


Text Example

White with #B61129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61129; }

 p { color: rgb(182,17,41); }

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

background-color css

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

 a { background-color: rgb(182,17,41); }

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

border-color css

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

 span { border-color: rgb(182,17,41); }

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