Html Css Color HEX #B61233 Cardinal

📋 copy color: '#B61233'

red 182 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #B61233

Tints of Cardinal #B61233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 72.51%
G = 7.17%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B61233 (or 0xB61233) is known color: Cardinal. HEX triplet: B6, 12 and 33. RGB value is (182,18,51). Sum of RGB (Red+Green+Blue) = 182+18+51=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B61233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61233 is #49EDCC. Grayscale: #464646. Windows color (decimal): -4845005 or 3347126. OLE color: 3347126.

HSL color Cylindrical-coordinate representation of color #B61233: hue angle of 347.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61233 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 51 -
CMYK 0 0.90 0.72 0.29
HSL 347.93º 0.82% 0.39% -
HSV(B) 347.93º 0.9% 0.71% -
XYZ 20.11 10.62 4.12 -
YUV 70.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 182 18 51 0 0.90 0.72 0.29 347.93 0.82 0.39
Hex B6 12 33 0 5A 48 1D 15C 52 27
Octal 266 22 63 0 132 110 35 534 122 47
Binary 10110110 10010 110011 0 1011010 1001000 11101 101011100 1010010 100111

Color Harmonies of #B61233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61233

Black with #B61233

Text Example


Text Example

White with #B61233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61233; }

 p { color: rgb(182,18,51); }

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

background-color css

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

 a { background-color: rgb(182,18,51); }

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

border-color css

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

 span { border-color: rgb(182,18,51); }

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