Html Css Color HEX #B61E44 Cardinal

📋 copy color: '#B61E44'

red 182 ◦ green 30 ◦ blue 68

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

Shades of Cardinal #B61E44

Tints of Cardinal #B61E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 65%
G = 10.71%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B61E44 (or 0xB61E44) is known color: Cardinal. HEX triplet: B6, 1E and 44. RGB value is (182,30,68). Sum of RGB (Red+Green+Blue) = 182+30+68=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E44 is #49E1BB. Grayscale: #4F4F4F. Windows color (decimal): -4841916 or 4464310. OLE color: 4464310.

HSL color Cylindrical-coordinate representation of color #B61E44: hue angle of 345º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E44 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 30 68 -
CMYK 0 0.84 0.63 0.29
HSL 345º 0.72% 0.42% -
HSV(B) 345º 0.84% 0.71% -
XYZ 20.8 11.29 6.55 -
YUV 79.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 182 30 68 0 0.84 0.63 0.29 345 0.72 0.42
Hex B6 1E 44 0 54 3F 1D 159 48 2A
Octal 266 36 104 0 124 77 35 531 110 52
Binary 10110110 11110 1000100 0 1010100 111111 11101 101011001 1001000 101010

Color Harmonies of #B61E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E44

Black with #B61E44

Text Example


Text Example

White with #B61E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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