Html Css Color HEX #B61145 Cardinal

📋 copy color: '#B61145'

red 182 ◦ green 17 ◦ blue 69

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

Shades of Cardinal #B61145

Tints of Cardinal #B61145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 67.91%
G = 6.34%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B61145 (or 0xB61145) is known color: Cardinal. HEX triplet: B6, 11 and 45. RGB value is (182,17,69). Sum of RGB (Red+Green+Blue) = 182+17+69=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B61145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61145 is #49EEBA. Grayscale: #484848. Windows color (decimal): -4845243 or 4526518. OLE color: 4526518.

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

Color convert

RGB 182 17 69 -
CMYK 0 0.91 0.62 0.29
HSL 341.09º 0.83% 0.39% -
HSV(B) 341.09º 0.91% 0.71% -
XYZ 20.57 10.78 6.63 -
YUV 72.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 182 17 69 0 0.91 0.62 0.29 341.09 0.83 0.39
Hex B6 11 45 0 5B 3E 1D 155 53 27
Octal 266 21 105 0 133 76 35 525 123 47
Binary 10110110 10001 1000101 0 1011011 111110 11101 101010101 1010011 100111

Color Harmonies of #B61145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61145

Black with #B61145

Text Example


Text Example

White with #B61145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61145; }

 p { color: rgb(182,17,69); }

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

background-color css

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

 a { background-color: rgb(182,17,69); }

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

border-color css

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

 span { border-color: rgb(182,17,69); }

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