Html Css Color HEX #B61B46 Cardinal

📋 copy color: '#B61B46'

red 182 ◦ green 27 ◦ blue 70

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

Shades of Cardinal #B61B46

Tints of Cardinal #B61B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 65.23%
G = 9.68%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B61B46 (or 0xB61B46) is known color: Cardinal. HEX triplet: B6, 1B and 46. RGB value is (182,27,70). Sum of RGB (Red+Green+Blue) = 182+27+70=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B46 is #49E4B9. Grayscale: #4E4E4E. Windows color (decimal): -4842682 or 4594614. OLE color: 4594614.

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

Color convert

RGB 182 27 70 -
CMYK 0 0.85 0.62 0.29
HSL 343.35º 0.74% 0.41% -
HSV(B) 343.35º 0.85% 0.71% -
XYZ 20.79 11.17 6.85 -
YUV 78.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 182 27 70 0 0.85 0.62 0.29 343.35 0.74 0.41
Hex B6 1B 46 0 55 3E 1D 157 4A 29
Octal 266 33 106 0 125 76 35 527 112 51
Binary 10110110 11011 1000110 0 1010101 111110 11101 101010111 1001010 101001

Color Harmonies of #B61B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61B46

Black with #B61B46

Text Example


Text Example

White with #B61B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61B46; }

 p { color: rgb(182,27,70); }

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

background-color css

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

 a { background-color: rgb(182,27,70); }

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

border-color css

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

 span { border-color: rgb(182,27,70); }

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