Html Css Color HEX #B61A44 Cardinal

📋 copy color: '#B61A44'

red 182 ◦ green 26 ◦ blue 68

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

Shades of Cardinal #B61A44

Tints of Cardinal #B61A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.64%

R = 65.94%
G = 9.42%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B61A44 (or 0xB61A44) is known color: Cardinal. HEX triplet: B6, 1A and 44. RGB value is (182,26,68). Sum of RGB (Red+Green+Blue) = 182+26+68=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A44 is #49E5BB. Grayscale: #4D4D4D. Windows color (decimal): -4842940 or 4463286. OLE color: 4463286.

HSL color Cylindrical-coordinate representation of color #B61A44: hue angle of 343.85º 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 #B61A44 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 68 -
CMYK 0 0.86 0.63 0.29
HSL 343.85º 0.75% 0.41% -
HSV(B) 343.85º 0.86% 0.71% -
XYZ 20.7 11.1 6.52 -
YUV 77.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 182 26 68 0 0.86 0.63 0.29 343.85 0.75 0.41
Hex B6 1A 44 0 56 3F 1D 158 4B 29
Octal 266 32 104 0 126 77 35 530 113 51
Binary 10110110 11010 1000100 0 1010110 111111 11101 101011000 1001011 101001

Color Harmonies of #B61A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A44

Black with #B61A44

Text Example


Text Example

White with #B61A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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