Html Css Color HEX #B61A32 Cardinal

📋 copy color: '#B61A32'

red 182 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #B61A32

Tints of Cardinal #B61A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 70.54%
G = 10.08%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B61A32 (or 0xB61A32) is known color: Cardinal. HEX triplet: B6, 1A and 32. RGB value is (182,26,50). Sum of RGB (Red+Green+Blue) = 182+26+50=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A32 is #49E5CD. Grayscale: #4B4B4B. Windows color (decimal): -4842958 or 3283638. OLE color: 3283638.

HSL color Cylindrical-coordinate representation of color #B61A32: hue angle of 350.77º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A32 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 50 -
CMYK 0 0.86 0.73 0.29
HSL 350.77º 0.75% 0.41% -
HSV(B) 350.77º 0.86% 0.71% -
XYZ 20.24 10.91 4.06 -
YUV 75.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 182 26 50 0 0.86 0.73 0.29 350.77 0.75 0.41
Hex B6 1A 32 0 56 49 1D 15F 4B 29
Octal 266 32 62 0 126 111 35 537 113 51
Binary 10110110 11010 110010 0 1010110 1001001 11101 101011111 1001011 101001

Color Harmonies of #B61A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A32

Black with #B61A32

Text Example


Text Example

White with #B61A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A32; }

 p { color: rgb(182,26,50); }

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

background-color css

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

 a { background-color: rgb(182,26,50); }

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

border-color css

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

 span { border-color: rgb(182,26,50); }

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