Html Css Color HEX #B61448 Cardinal

📋 copy color: '#B61448'

red 182 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #B61448

Tints of Cardinal #B61448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 66.42%
G = 7.3%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B61448 (or 0xB61448) is known color: Cardinal. HEX triplet: B6, 14 and 48. RGB value is (182,20,72). Sum of RGB (Red+Green+Blue) = 182+20+72=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B61448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61448 is #49EBB7. Grayscale: #4A4A4A. Windows color (decimal): -4844472 or 4723894. OLE color: 4723894.

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

Color convert

RGB 182 20 72 -
CMYK 0 0.89 0.60 0.29
HSL 340.74º 0.8% 0.4% -
HSV(B) 340.74º 0.89% 0.71% -
XYZ 20.71 10.91 7.15 -
YUV 74.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 182 20 72 0 0.89 0.60 0.29 340.74 0.8 0.4
Hex B6 14 48 0 59 3C 1D 155 50 28
Octal 266 24 110 0 131 74 35 525 120 50
Binary 10110110 10100 1001000 0 1011001 111100 11101 101010101 1010000 101000

Color Harmonies of #B61448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61448

Black with #B61448

Text Example


Text Example

White with #B61448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61448; }

 p { color: rgb(182,20,72); }

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

background-color css

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

 a { background-color: rgb(182,20,72); }

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

border-color css

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

 span { border-color: rgb(182,20,72); }

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