Html Css Color HEX #B61529 Cardinal

📋 copy color: '#B61529'

red 182 ◦ green 21 ◦ blue 41

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

Shades of Cardinal #B61529

Tints of Cardinal #B61529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 74.59%
G = 8.61%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B61529 (or 0xB61529) is known color: Cardinal. HEX triplet: B6, 15 and 29. RGB value is (182,21,41). Sum of RGB (Red+Green+Blue) = 182+21+41=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B61529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61529 is #49EAD6. Grayscale: #474747. Windows color (decimal): -4844247 or 2692534. OLE color: 2692534.

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

Color convert

RGB 182 21 41 -
CMYK 0 0.88 0.77 0.29
HSL 352.55º 0.79% 0.4% -
HSV(B) 352.55º 0.88% 0.71% -
XYZ 19.96 10.64 3.1 -
YUV 71.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 182 21 41 0 0.88 0.77 0.29 352.55 0.79 0.4
Hex B6 15 29 0 58 4D 1D 161 4F 28
Octal 266 25 51 0 130 115 35 541 117 50
Binary 10110110 10101 101001 0 1011000 1001101 11101 101100001 1001111 101000

Color Harmonies of #B61529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61529

Black with #B61529

Text Example


Text Example

White with #B61529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61529; }

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

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

background-color css

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

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

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

border-color css

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

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

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